if (document.images)
{
   top_Home_Active = new Image();
   top_Home_Active.src = "images/nav/home_on.jpg";

   top_Home = new Image();
   top_Home.src = "images/nav/home.jpg";

   top_Advertising_Active = new Image();
   top_Advertising_Active.src = "images/nav/advertising_on.jpg";

   top_Advertising = new Image();
   top_Advertising.src = "images/nav/advertising.jpg";

   top_Books_Active = new Image();
   top_Books_Active.src = "images/nav/books_on.jpg";

   top_Books = new Image();
   top_Books.src = "images/nav/books.jpg";

   top_Catalogs_Active = new Image();
   top_Catalogs_Active.src = "images/nav/catalogs_on.jpg";

   top_Catalogs = new Image();
   top_Catalogs.src = "images/nav/catalogs.jpg";

   top_Collateral_Active = new Image();
   top_Collateral_Active.src = "images/nav/collateral_on.jpg";

   top_Collateral = new Image();
   top_Collateral.src = "images/nav/collateral.jpg";

   top_Identity_Active = new Image();
   top_Identity_Active.src = "images/nav/identity_on.jpg";

   top_Identity = new Image();
   top_Identity.src = "images/nav/identity.jpg";

   top_Websites_Active = new Image();
   top_Websites_Active.src = "images/nav/websites_on.jpg";

   top_Websites = new Image();
   top_Websites.src = "images/nav/websites.jpg";

   top_Packaging_Active = new Image();
   top_Packaging_Active.src = "images/nav/packaging_on.jpg";

   top_Packaging = new Image();
   top_Packaging.src = "images/nav/packaging.jpg";
   
   top_NewWork_Active = new Image();
   top_NewWork_Active.src = "images/nav/newwork_on.jpg";

   top_NewWork = new Image();
   top_NewWork.src = "images/nav/newwork.jpg";   

   bottom_Clients_Active = new Image();
   bottom_Clients_Active.src = "images/nav/clients_on.jpg";

   bottom_Clients = new Image();
   bottom_Clients.src = "images/nav/clients.jpg";

   bottom_Contact_Active = new Image();
   bottom_Contact_Active.src = "images/nav/contact_on.jpg";

   bottom_Contact = new Image();
   bottom_Contact.src = "images/nav/contact.jpg";

   bottom_About_Active = new Image();
   bottom_About_Active.src = "images/nav/about_on.jpg";

   bottom_About = new Image();
   bottom_About.src = "images/nav/about.jpg";

   bottom_Illustration_Active = new Image();
   bottom_Illustration_Active.src = "images/nav/illustration_on.jpg";

   bottom_Illustration = new Image();
   bottom_Illustration.src = "images/nav/illustration.jpg";
   
   
   content_Next_Active = new Image();
   content_Next_Active.src = "images/arrow_right_over.gif";

   content_Next = new Image();
   content_Next.src = "images/arrow_right.gif";
   
   content_Previous_Active = new Image();
   content_Previous_Active.src = "images/arrow_left_over.gif";

   content_Previous = new Image();
   content_Previous.src = "images/arrow_left.gif";
   
   
}

function SetImage(obj, image)
{
   if (document.images)
   {
      obj.src = image.src;
   }
}