
			<!--

			if (document.images){
			        roll01 = new Image();
			        roll01.src = "/images/n_about_on.gif";
			        roll02 = new Image();
			        roll02.src = "/images/n_contact_on.gif";
			        roll03 = new Image();
			        roll03.src = "/images/n_corp_on.gif";
			        roll04 = new Image();
			        roll04.src = "/images/01_ins_em_on.gif";
			        roll05 = new Image();
			        roll05.src = "/images/02_ins_ei_on.gif";
			        roll06 = new Image();
			        roll06.src = "/images/03_ins_co_on.gif";
			        roll07 = new Image();
			        roll07.src = "/images/gotocs_on.gif";
			        roll08 = new Image();
			        roll08.src = "/images/viewall_on.gif";
					roll09 = new Image();
			        roll09.src = "/images/goback_on.gif";
			       
			} else {
			        cripple=1
			}

			function rollover(img,file){
			        if (document.images){
			                filename = "/images/" + file;
			                document.images[img].src = filename;    
			        }
			} 

			//-->

