<!--
	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/n_home_on.gif';
	  image1off = new Image();  image1off.src = 'assets/images/n_home_off.gif';
	  
	  image2on = new Image();   image2on.src = 'assets/images/n_about_on.gif';
	  image2off = new Image();  image2off.src = 'assets/images/n_about_off.gif';
	  
	  image3on = new Image();   image3on.src = 'assets/images/n_testimonials_on.gif';
	  image3off = new Image();  image3off.src = 'assets/images/n_testimonials_off.gif';
	  
	  image4on = new Image();   image4on.src = 'assets/images/n_news_on.gif';
	  image4off = new Image();  image4off.src = 'assets/images/n_news_off.gif';
	  
	  image5on = new Image();   image5on.src = 'assets/images/n_contact_on.gif';
	  image5off = new Image();  image5off.src = 'assets/images/n_contact_off.gif';
	  
	  
	  
	  image8on = new Image();   image8on.src = 'assets/images/n2_driversJobs_on.gif';
	  image8off = new Image();  image8off.src = 'assets/images/n2_driversJobs_off.gif';
	  
	  image9on = new Image();   image9on.src = 'assets/images/n2_hospitalityJobs_on.gif';
	  image9off = new Image();  image9off.src = 'assets/images/n2_hospitalityJobs_off.gif';
	  
	  image10on = new Image();   image10on.src = 'assets/images/n2_chefsJobs_on.gif';
	  image10off = new Image();  image10off.src = 'assets/images/n2_chefsJobs_off.gif';
	  
	  image11on = new Image();   image11on.src = 'assets/images/n2_applicantsRegister_on.gif';
	  image11off = new Image();  image11off.src = 'assets/images/n2_applicantsRegister_off.gif';
	  
	  image12on = new Image();   image12on.src = 'assets/images/n2_employersRegister_on.gif';
	  image12off = new Image();  image12off.src = 'assets/images/n2_employersRegister_off.gif';
	  
	  image13on = new Image();   image13on.src = 'assets/images/n2_cvWriting_on.gif';
	  image13off = new Image();  image13off.src = 'assets/images/n2_cvWriting_off.gif';
	  
	  image14on = new Image();   image14on.src = 'assets/images/n2_interviewTips_on.gif';
	  image14off = new Image();  image14off.src = 'assets/images/n2_interviewTips_off.gif';
	  
	  image15on = new Image();   image15on.src = 'assets/images/n2_careersCM_on.gif';
	  image15off = new Image();  image15off.src = 'assets/images/n2_careersCM_off.gif';
	  
	  
	  
	  image16on = new Image();   image16on.src = 'assets/images/n2_factoryWarehouse_on.gif';
	  image16off = new Image();  image16off.src = 'assets/images/n2_factoryWarehouse_off.gif';
	  
	  image17on = new Image();   image17on.src = 'assets/images/n2_secreterialClerical_on.gif';
	  image17off = new Image();  image17off.src = 'assets/images/n2_secreterialClerical_off.gif';
	  
	  image18on = new Image();   image18on.src = 'assets/images/n2_accountancyFinance_on.gif';
	  image18off = new Image();  image18off.src = 'assets/images/n2_accountancyFinance_off.gif';
	  
	  image19on = new Image();   image19on.src = 'assets/images/n2_managementTechnical_on.gif';
	  image19off = new Image();  image19off.src = 'assets/images/n2_managementTechnical_off.gif';
	  
	  image20on = new Image();   image20on.src = 'assets/images/n2_informationTechnology_on.gif';
	  image20off = new Image();  image20off.src = 'assets/images/n2_informationTechnology_off.gif';
	  
	  image21on = new Image();   image21on.src = 'assets/images/n2_salesMarketing_on.gif';
	  image21off = new Image();  image21off.src = 'assets/images/n2_salesMarketing_off.gif';
	
	  
	  
	  
	}
	
	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};
      
   }
	// -->