		defaultStatus = 'rey.eyesolation.com';

		mh01on			=	new Image(100,50);
	  mh01on.src	=	"images/menu_02b.jpg";
		mh01off			=	new Image(100,50);
	  mh01off.src	=	"images/menu_02a.jpg";
		mh02on			=	new Image(100,50);
	  mh02on.src	=	"images/menu_04b.jpg";
		mh02off			=	new Image(100,50);
	  mh02off.src	=	"images/menu_04a.jpg";
		mh03on			=	new Image(100,50);
	  mh03on.src	=	"images/menu_06b.jpg";
		mh03off			=	new Image(100,50);
	  mh03off.src	=	"images/menu_06a.jpg";
		mh04on			=	new Image(100,50);
	  mh04on.src	=	"images/menu_08b.jpg";
		mh04off			=	new Image(100,50);
	  mh04off.src	=	"images/menu_08a.jpg";
		f01on				=	new Image(150,38);
	 	f01on.src		=	"images/footer_03b.jpg";
		f01off			=	new Image(150,38);
	  f01off.src	=	"images/footer_03a.jpg";
		
		s_as_01on					=	new Image(40,30);
	  s_as_01on.src			=	"images/sample_as_01b.jpg";
		s_as_01off				=	new Image(40,30);
	  s_as_01off.src		=	"images/sample_as_01a.jpg";

		s_ocat_01on					=	new Image(40,30);
	  s_ocat_01on.src			=	"images/sample_ocat_01b.jpg";
		s_ocat_01off				=	new Image(40,30);
	  s_ocat_01off.src		=	"images/sample_ocat_01a.jpg";
		s_ocat_02on					=	new Image(40,30);
	  s_ocat_02on.src			=	"images/sample_ocat_02b.jpg";
		s_ocat_02off				=	new Image(40,30);
	  s_ocat_02off.src		=	"images/sample_ocat_02a.jpg";
		s_ocat_03on					=	new Image(40,30);
	  s_ocat_03on.src			=	"images/sample_ocat_03b.jpg";
		s_ocat_03off				=	new Image(40,30);
	  s_ocat_03off.src		=	"images/sample_ocat_03a.jpg";

		s_q3at_01on					=	new Image(40,30);
	  s_q3at_01on.src			=	"images/sample_q3at_01b.jpg";
		s_q3at_01off				=	new Image(40,30);
	  s_q3at_01off.src		=	"images/sample_q3at_01a.jpg";

	  function img_change(docName,imgName)
		{
			img=eval(imgName+".src");
			docref = document[docName];
			docref.src=img;
		}
