<!--
	navigator.appName.indexOf("scape") > 1 ? browser = "net" : browser = "ie";
	if (navigator.appVersion.indexOf("mac") != -1){
		platform = "mac";
		if (navigator.appVersion.indexOf("MSIE 5.0") > 1)
			platform = "pc";
	} else
		platform = "pc";
	document.write('<LINK REL="stylesheet" HREF="assets/css/style_'+platform+'_'+browser+'.css" TYPE="text/css">');
	


	bName = navigator.appName;
	bVer = parseInt(navigator.appVersion);
	if ((bName == "Netscape" && bVer >= 3) ||
	    (bName == "Microsoft Internet Explorer" && bVer >= 4)) br ="n3";
	        
	else br = "n2";
	
	if (br == "n3") {
	  image1on = new Image();   image1on.src = 'assets/images/navigation/n_splash_page_on.gif';
	  image1off = new Image();  image1off.src = 'assets/images/navigation/n_splash_page_off.gif';
	  
	  image2on = new Image();   image2on.src = 'assets/images/navigation/n_domestic_home_on.gif';
	  image2off = new Image();  image2off.src = 'assets/images/navigation/n_domestic_home_off.gif';
	  
	  image3on = new Image();   image3on.src = 'assets/images/navigation/n_shop_online_on.gif';
	  image3off = new Image();  image3off.src = 'assets/images/navigation/n_shop_online_off.gif';
	  
	  image4on = new Image();   image4on.src = 'assets/images/navigation/n_faq_on.gif';
	  image4off = new Image();  image4off.src = 'assets/images/navigation/n_faq_off.gif';
	  
	  image5on = new Image();   image5on.src = 'assets/images/navigation/n_industrial_home_on.gif';
	  image5off = new Image();  image5off.src = 'assets/images/navigation/n_industrial_home_off.gif';
	  
	  image6on = new Image();   image6on.src = 'assets/images/navigation/n_special_offers_on.gif';
	  image6off = new Image();  image6off.src = 'assets/images/navigation/n_special_offers_off.gif';
	  
	  image7on = new Image();   image7on.src = 'assets/images/navigation/n_repairs_on.gif';
	  image7off = new Image();  image7off.src = 'assets/images/navigation/n_repairs_off.gif';
	  
	  image8on = new Image();   image8on.src = 'assets/images/navigation/n_contact_on.gif';
	  image8off = new Image();  image8off.src = 'assets/images/navigation/n_contact_off.gif';
	  
	  
	  
	  image10on = new Image();   image10on.src = 'assets/images/navigation/n_terms_on.gif';
	  image10off = new Image();  image10off.src = 'assets/images/navigation/n_terms_off.gif';
	  
	  image11on = new Image();   image11on.src = 'assets/images/navigation/n_privacy_on.gif';
	  image11off = new Image();  image11off.src = 'assets/images/navigation/n_privacy_off.gif';
	  
	  image12on = new Image();   image12on.src = 'assets/images/g_return_to_top_on.gif';
	  image12off = new Image();  image12off.src = 'assets/images/g_return_to_top_off.gif';
	  
	  image13on = new Image();   image13on.src = 'assets/images/g_view_basket_on.gif';
	  image13off = new Image();  image13off.src = 'assets/images/g_view_basket_off.gif';
	  
	  image14on = new Image();   image14on.src = 'assets/images/g_go_on.gif';
	  image14off = new Image();  image14off.src = 'assets/images/g_go_off.gif';
	  
	  image15on = new Image();   image15on.src = 'assets/images/splash_industrial_on.jpg';
	  image15off = new Image();  image15off.src = 'assets/images/splash_industrial_off.jpg';
	  
	  image16on = new Image();   image16on.src = 'assets/images/splash_domestic_on.jpg';
	  image16off = new Image();  image16off.src = 'assets/images/splash_domestic_off.jpg';
		  
	}
	
	function imgAct(imageName) {
	  if (br =="n3") {
	  document[imageName].src = eval(imageName + "on.src");
	
	  }
	}
	function imgInact(imageName) {
	   if (br == "n3") {
	   document[imageName].src = eval(imageName + "off.src");
	
	   }
	}
	
	
	function confirmdelete() {

		 if (confirm("Are you sure you want to delete this item?")) {return true}
		 else{return false};
      
   }
