function IncludeMenuImages(pathPrefix)
{
if (document.images)
{
   Lighting_Active = new Image();
   Lighting_Active.src = pathPrefix + "images/nav/popup/lighting_on.gif";

   Lighting = new Image();
   Lighting.src = pathPrefix +  "images/nav/popup/lighting.gif";

   Mirrors_Active = new Image();
   Mirrors_Active.src = pathPrefix + "images/nav/popup/mirrors_on.gif";

   Mirrors = new Image();
   Mirrors.src = pathPrefix +  "images/nav/popup/mirrors.gif";

   Ceramics_Active = new Image();
   Ceramics_Active.src = pathPrefix + "images/nav/popup/ceramics_on.gif";

   Ceramics = new Image();
   Ceramics.src = pathPrefix +  "images/nav/popup/ceramics.gif";

   Furniture_Active = new Image();
   Furniture_Active.src = pathPrefix + "images/nav/popup/furniture_on.gif";

   Furniture = new Image();
   Furniture.src = pathPrefix +  "images/nav/popup/furniture.gif";

   WallDecor_Active = new Image();
   WallDecor_Active.src = pathPrefix + "images/nav/popup/wall_decor_on.gif";

   WallDecor = new Image();
   WallDecor.src = pathPrefix +  "images/nav/popup/wall_decor.gif";

   Objects_Active = new Image();
   Objects_Active.src = pathPrefix + "images/nav/popup/objects_on.gif";

   Objects = new Image();
   Objects.src = pathPrefix +  "images/nav/popup/objects.gif";

   FloorLamps_Active = new Image();
   FloorLamps_Active.src = pathPrefix + "images/nav/popup/floor_lamps_on.gif";

   FloorLamps = new Image();
   FloorLamps.src = pathPrefix +  "images/nav/popup/floor_lamps.gif";

   TableLamps_Active = new Image();
   TableLamps_Active.src = pathPrefix + "images/nav/popup/table_lamps_on.gif";

   TableLamps = new Image();
   TableLamps.src = pathPrefix +  "images/nav/popup/table_lamps.gif";       

   CeilingFixtures_Active = new Image();
   CeilingFixtures_Active.src = pathPrefix + "images/nav/popup/ceiling_fixtures_on.gif";

   CeilingFixtures = new Image();
   CeilingFixtures.src = pathPrefix +  "images/nav/popup/ceiling_fixtures.gif"; 

   Home_Active = new Image();
   Home_Active.src = pathPrefix + "images/nav/home_on.gif";

   Home = new Image();
   Home.src = pathPrefix +  "images/nav/home.gif";

   Vintage_Active = new Image();
   Vintage_Active.src = pathPrefix + "images/nav/vintage_on.gif";

   Vintage = new Image();
   Vintage.src = pathPrefix +  "images/nav/vintage.gif";

   ProductLine_Active = new Image();
   ProductLine_Active.src = pathPrefix + "images/nav/product_line_on.gif";

   ProductLine = new Image();
   ProductLine.src = pathPrefix +  "images/nav/product_line.gif";

   AboutUs_Active = new Image();
   AboutUs_Active.src = pathPrefix + "images/nav/about_us_on.gif";

   AboutUs = new Image();
   AboutUs.src = pathPrefix +  "images/nav/about_us.gif";

   Contact_Active = new Image();
   Contact_Active.src = pathPrefix + "images/nav/contact_on.gif";

   Contact = new Image();
   Contact.src = pathPrefix +  "images/nav/contact.gif";

   FAQ_Active = new Image();
   FAQ_Active.src = pathPrefix + "images/nav/faq_on.gif";

   FAQ = new Image();
   FAQ.src = pathPrefix +  "images/nav/faq.gif";

   Register_Active = new Image();
   Register_Active.src = pathPrefix + "images/nav/register_on.gif";

   Register = new Image();
   Register.src = pathPrefix +  "images/nav/register.gif";

   Login_Active = new Image();
   Login_Active.src = pathPrefix + "images/nav/login_on.gif";

   Login = new Image();
   Login.src = pathPrefix +  "images/nav/login.gif";

   Account_Active = new Image();
   Account_Active.src = pathPrefix + "images/nav/account_on.gif";

   Account = new Image();
   Account.src = pathPrefix +  "images/nav/account.gif";
}
}