<!-- Begin
home1 = new Image();
home1.src = "images/tab_home.gif";

home2 = new Image();
home2.src = "images/tab_home_hover.gif";

home3 = new Image();
home3.src = "images/tab_home_active.gif";

about1 = new Image();
about1.src = "images/tab_about.gif";

about2 = new Image();
about2.src = "images/tab_about_hover.gif";

about3 = new Image();
about3.src = "images/tab_about_active.gif";

products1 = new Image();
products1.src = "images/tab_products.gif";

products2 = new Image();
products2.src = "images/tab_products_hover.gif";

products3 = new Image();
products3.src = "images/tab_products_active.gif";

sales1 = new Image();
sales1.src = "images/tab_sales.gif";

sales2 = new Image();
sales2.src = "images/tab_sales_hover.gif";

sales3 = new Image();
sales3.src = "images/tab_sales_active.gif";

specials1 = new Image();
specials1.src = "images/tab_specials.gif";

specials2 = new Image();
specials2.src = "images/tab_specials_hover.gif";

specials3 = new Image();
specials3.src = "images/tab_specials_active.gif";

faqs1 = new Image();
faqs1.src = "images/tab_faqs.gif";

faqs2 = new Image();
faqs2.src = "images/tab_faqs_hover.gif";

faqs3 = new Image();
faqs3.src = "images/tab_faqs_active.gif";

newsroom1 = new Image();
newsroom1.src = "images/tab_newsroom.gif";

newsroom2 = new Image();
newsroom2.src = "images/tab_newsroom_hover.gif";

newsroom3 = new Image();
newsroom3.src = "images/tab_newsroom_active.gif";

resources1 = new Image();
resources1.src = "images/tab_resources.gif";

resources2 = new Image();
resources2.src = "images/tab_resources_hover.gif";

resources3 = new Image();
resources3.src = "images/tab_resources_active.gif";

contact1 = new Image();
contact1.src = "images/tab_contact.gif";

contact2 = new Image();
contact2.src = "images/tab_contact_hover.gif";

contact3 = new Image();
contact3.src = "images/tab_contact_active.gif";
// End -->