if (document.images) {

 what_is_pyroloxon = new Image();
 what_is_pyroloxon.src = "/images/menu_what_is_pyrolox_on.gif";

 what_is_pyroloxoff = new Image();
 what_is_pyroloxoff.src = "/images/menu_what_is_pyrolox_off.gif";

 technical_guideon = new Image();
 technical_guideon.src = "/images/menu_technical_guide_on.gif";

 technical_guideoff = new Image();
 technical_guideoff.src = "/images/menu_technical_guide_off.gif";

 faqson = new Image();
 faqson.src = "/images/menu_faqs_on.gif";

 faqsoff = new Image();
 faqsoff.src = "/images/menu_faqs_off.gif";

 saleson = new Image();
 saleson.src = "/images/menu_sales_on.gif";

 salesoff = new Image();
 salesoff.src = "/images/menu_sales_off.gif";

 about_uson = new Image();
 about_uson.src = "/images/menu_about_us_on.gif";

 about_usoff = new Image();
 about_usoff.src = "/images/menu_about_us_off.gif";

 contact_uson = new Image();
 contact_uson.src = "/images/menu_contact_us_on.gif";

 contact_usoff = new Image();
 contact_usoff.src = "/images/menu_contact_us_off.gif";

 newson = new Image();
 newson.src = "/images/menu_news_on.gif";

 newsoff = new Image();
 newsoff.src = "/images/menu_news_off.gif";

 }
