<!--

if (document.images)
   {
	homeon= new Image(252,38);
	homeon.src="inc/images/menuhome-on.gif";  

	homeoff= new Image(252,38);
	homeoff.src="inc/images/menuhome-off.gif";
	 
	abouton= new Image(252,38);
	abouton.src="inc/images/menuabout-on.gif";  

	aboutoff= new Image(252,38);
	aboutoff.src="inc/images/menuabout-off.gif";
	 
	bookson= new Image(252,38);
     	bookson.src="inc/images/menubooks-on.gif";  

	booksoff= new Image(252,38);
     	booksoff.src="inc/images/menubooks-off.gif";
	 
     	otherson= new Image(252,38);
     	otherson.src="inc/images/menuothers-on.gif";  

     	othersoff= new Image(252,38);
     	othersoff.src="inc/images/menuothers-off.gif";
	 
	authorson= new Image(252,38);
	authorson.src="inc/images/menuauthors-on.gif";  

	authorsoff= new Image(252,38);
	authorsoff.src="inc/images/menuauthors-off.gif";
	 
	blogon= new Image(252,38);
	blogon.src="inc/images/menublog-on.gif";  

	blogoff= new Image(252,38);
	blogoff.src="inc/images/menublog-off.gif";
	 
     	affiliateson= new Image(252,38);
     	affiliateson.src="inc/images/menuaffiliates-on.gif";  

     	affiliatesoff= new Image(252,38);
     	affiliatesoff.src="inc/images/menuaffiliates-off.gif";
	 
	articleson= new Image(252,38);
     	articleson.src="inc/images/menuarticles-on.gif";  

     	articlesoff= new Image(252,38);
     	articlesoff.src="inc/images/menuarticles-off.gif";
	 
	boosterson= new Image(252,38);
     	boosterson.src="inc/images/menuboosters-on.gif";  

     	boostersoff= new Image(252,38);
     	boostersoff.src="inc/images/menuboosters-off.gif";
	 
	testimonialson= new Image(252,38);
	testimonialson.src="inc/images/menutestimonials-on.gif";  

	testimonialsoff= new Image(252,38);
     	testimonialsoff.src="inc/images/menutestimonials-off.gif";
	 
	storeon= new Image(252,38);
	storeon.src="inc/images/menustore-on.gif";  

	storeoff= new Image(252,38);
	storeoff.src="inc/images/menustore-off.gif";
	 
	aboutsttson= new Image(252,38);
	aboutsttson.src="inc/images/menuaboutstts-on.gif";  

	aboutsttsoff= new Image(252,38);
	aboutsttsoff.src="inc/images/menuaboutstts-off.gif";
	 
	contacton= new Image(252,38);
	contacton.src="inc/images/menucontact-on.gif";  

	contactoff= new Image(252,38);
	contactoff.src="inc/images/menucontact-off.gif";
}

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }

//-->
