if (document.images) {	

		moreboxon = new Image(40, 9);					//FOR LOWER RIGHT BOX
		moreboxon.src = "images/morew.gif";
		moreboxoff = new Image(40, 9);
		moreboxoff.src = "images/more.gif";	

		morerighton = new Image(40, 9);					//FOR RIGHT SIDE
		morerighton.src = "images/morew.gif";
		morerightoff = new Image(40, 9);
		morerightoff.src = "images/more.gif";	

		more1on = new Image(40, 9);					//FOR GENERAL TEXT
		more1on.src = "images/moreg.gif";
		more1off = new Image(40, 9);
		more1off.src = "images/more.gif";	

		more2on = new Image(40, 9);					//FOR GENERAL TEXT
		more2on.src = "images/moreg.gif";
		more2off = new Image(40, 9);
		more2off.src = "images/more.gif";	

		more3on = new Image(40, 9);					//FOR GENERAL TEXT
		more3on.src = "images/moreg.gif";
		more3off = new Image(40, 9);
		more3off.src = "images/more.gif";	

		more4on = new Image(40, 9);					//FOR GENERAL TEXT
		more4on.src = "images/moreg.gif";
		more4off = new Image(40, 9);
		more4off.src = "images/more.gif";	

		more5on = new Image(40, 9);					//FOR GENERAL TEXT
		more5on.src = "images/moreg.gif";
		more5off = new Image(40, 9);
		more5off.src = "images/more.gif";	

		more6on = new Image(40, 9);					//FOR GENERAL TEXT
		more6on.src = "images/moreg.gif";
		more6off = new Image(40, 9);
		more6off.src = "images/more.gif";	

		more7on = new Image(40, 9);					//FOR GENERAL TEXT
		more7on.src = "images/moreg.gif";
		more7off = new Image(40, 9);
		more7off.src = "images/more.gif";	

		more8on = new Image(40, 9);					//FOR GENERAL TEXT
		more8on.src = "images/moreg.gif";
		more8off = new Image(40, 9);
		more8off.src = "images/more.gif";	

		more9on = new Image(40, 9);					//FOR GENERAL TEXT
		more9on.src = "images/moreg.gif";
		more9off = new Image(40, 9);
		more9off.src = "images/more.gif";	

		more10on = new Image(40, 9);				//FOR GENERAL TEXT
		more10on.src = "images/moreg.gif";
		more10off = new Image(40, 9);
		more10off.src = "images/more.gif";	

		more11on = new Image(40, 9);				//FOR GENERAL TEXT
		more11on.src = "images/moreg.gif";
		more11off = new Image(40, 9);
		more11off.src = "images/more.gif";	

		more12on = new Image(40, 9);				//FOR GENERAL TEXT
		more12on.src = "images/moreg.gif";
		more12off = new Image(40, 9);
		more12off.src = "images/more.gif";	

		more13on = new Image(40, 9);				//FOR GENERAL TEXT
		more13on.src = "images/moreg.gif";
		more13off = new Image(40, 9);
		more13off.src = "images/more.gif";	

		more14on = new Image(40, 9);				//FOR GENERAL TEXT
		more14on.src = "images/moreg.gif";
		more14off = new Image(40, 9);
		more14off.src = "images/more.gif";	

		more15on = new Image(40, 9);				//FOR GENERAL TEXT
		more15on.src = "images/moreg.gif";
		more15off = new Image(40, 9);
		more15off.src = "images/more.gif";	

		more16on = new Image(40, 9);				//FOR GENERAL TEXT
		more16on.src = "images/moreg.gif";
		more16off = new Image(40, 9);
		more16off.src = "images/more.gif";	

		more17on = new Image(40, 9);				//FOR GENERAL TEXT
		more17on.src = "images/moreg.gif";
		more17off = new Image(40, 9);
		more17off.src = "images/more.gif";	

		more18on = new Image(40, 9);				//FOR GENERAL TEXT
		more18on.src = "images/moreg.gif";
		more18off = new Image(40, 9);
		more18off.src = "images/more.gif";	

		more19on = new Image(40, 9);				//FOR GENERAL TEXT
		more19on.src = "images/moreg.gif";
		more19off = new Image(40, 9);
		more19off.src = "images/more.gif";	

		clickhereon = new Image(40, 9);					//FOR GENERAL TEXT
		clickhereon.src = "images/clickhereg.gif";
		clickhereoff = new Image(40, 9);
		clickhereoff.src = "images/clickhere.gif";




		signouton = new Image(160, 36);				//FOR CONSULTANTS SECTION
		signouton.src = "../images/logout_.jpg";
		signoutoff = new Image(160, 36);
		signoutoff.src = "../images/logout.jpg";
		
		more1Con = new Image(40, 9);					//FOR CONSULTANTS GENERAL TEXT
		more1Con.src = "../images/moreg.gif";
		more1Coff = new Image(40, 9);
		more1Coff.src = "../images/more.gif";	
		
		more2Con = new Image(40, 9);					//FOR GENERAL TEXT
		more2Con.src = "../images/moreg.gif";
		more2Coff = new Image(40, 9);
		more2Coff.src = "../images/more.gif";	

		more3Con = new Image(40, 9);					//FOR GENERAL TEXT
		more3Con.src = "../images/moreg.gif";
		more3Coff = new Image(40, 9);
		more3Coff.src = "../images/more.gif";	

		more4Con = new Image(40, 9);					//FOR GENERAL TEXT
		more4Con.src = "../images/moreg.gif";
		more4Coff = new Image(40, 9);
		more4Coff.src = "../images/more.gif";	

		more5Con = new Image(40, 9);					//FOR GENERAL TEXT
		more5Con.src = "../images/moreg.gif";
		more5Coff = new Image(40, 9);
		more5Coff.src = "../images/more.gif";	

}
timerID=null;
function on(imgName) 
{
	imgOn=eval(imgName + "on.src");
	document[imgName].src = imgOn;
}
function off(imgName) 
{
	imgOff = eval(imgName + "off.src");
	document[imgName].src = imgOff;
}	

