<!--function newImage(arg) {	if (document.images) {		rslt = new Image();		rslt.src = arg;		return rslt;	}}function changeImages() {	if (document.images && (preloadFlag == true)) {		for (var i=0; i<changeImages.arguments.length; i+=2) {			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];		}	}}var preloadFlag = false;function preloadImages() {	if (document.images) {		top5_sitemap_over = newImage("images/top/top5_sitemap-over.gif");		top5_english_top5_sitemap_over = newImage("images/top/top5_english-top5_sitemap_o.gif");		top5_english_over = newImage("images/top/top5_english-over.gif");		top5_contact_top5_products_over = newImage("images/top/top5_contact-top5_products_.gif");		top5_contact_top5_business_over = newImage("images/top/top5_contact-top5_business_.gif");		top5_contact_over = newImage("images/top/top5_contact-over.gif");		top5_contact_top5_sitemap_over = newImage("images/top/top5_contact-top5_sitemap_o.gif");		top5_contact_top5_english_over = newImage("images/top/top5_contact-top5_english_o.gif");		top5_submenu_top5_headline_over = newImage("images/top/top5_submenu-top5_headline_.gif");		top5_submenu_top5_products_over = newImage("images/top/top5_submenu-top5_products_.gif");		top5_submenu_top5_company_over = newImage("images/top/top5_submenu-top5_company_o.gif");		top5_submenu_top5_business_over = newImage("images/top/top5_submenu-top5_business_.gif");		top5_submenu_top5_contact_over = newImage("images/top/top5_submenu-top5_contact_o.gif");		top5_submenu_top5_sitemap_over = newImage("images/top/top5_submenu-top5_sitemap_o.gif");		top5_submenu_top5_english_over = newImage("images/top/top5_submenu-top5_english_o.gif");		top5_business_top5_headline_over = newImage("images/top/top5_business-top5_headline.gif");		top5_business_top5_products_over = newImage("images/top/top5_business-top5_products.gif");		top5_business_top5_company_over = newImage("images/top/top5_business-top5_company_.gif");		top5_business_over = newImage("images/top/top5_business-over.gif");		top5_business_top5_contact_over = newImage("images/top/top5_business-top5_contact_.gif");		top5_business_top5_sitemap_over = newImage("images/top/top5_business-top5_sitemap_.gif");		top5_business_top5_english_over = newImage("images/top/top5_business-top5_english_.gif");		top5_company_top5_headline_over = newImage("images/top/top5_company-top5_headline_.gif");		top5_company_top5_products_over = newImage("images/top/top5_company-top5_products_.gif");		top5_company_over = newImage("images/top/top5_company-over.gif");		top5_company_top5_business_over = newImage("images/top/top5_company-top5_business_.gif");		top5_company_top5_contact_over = newImage("images/top/top5_company-top5_contact_o.gif");		top5_company_top5_sitemap_over = newImage("images/top/top5_company-top5_sitemap_o.gif");		top5_products_top5_headline_over = newImage("images/top/top5_products-top5_headline.gif");		top5_products_over = newImage("images/top/top5_products-over.gif");		top5_products_top5_company_over = newImage("images/top/top5_products-top5_company_.gif");		top5_products_top5_business_over = newImage("images/top/top5_products-top5_business.gif");		top5_headline_over = newImage("images/top/top5_headline-new-over.gif");		top5_headline_top5_products_over = newImage("images/top/top5_headline-top5_products.gif");		top5_body_top5_headline_over = newImage("images/top/top5_body-top5_headline_ove.gif");		preloadFlag = true;	}}// -->