
<!-- Hide script from older browsers 

if (document.images) {
     
	 menuLight = new Image
	 menuDark = new Image
	 menu2Light = new Image
	 menu2Dark = new Image
     menu3Light = new Image
	 menu3Dark = new Image
	 menu4Light = new Image
	 menu4Dark = new Image
     menu5Light = new Image
	 menu5Dark = new Image
	 menu6Light = new Image
	 menu6Dark = new Image
 
	 
	 menuLight.src = "images/label_any_lgt.gif"
     menuDark.src = "images/label_any_drk.gif"
	 menu2Light.src = "images/label_hs_lgt.gif"
     menu2Dark.src = "images/label_hs_drk.gif"
	 menu3Light.src = "images/label_ly_lgt.gif"
     menu3Dark.src = "images/label_ly_drk.gif"
	 menu4Light.src = "images/label_emi_lgt.gif"
     menu4Dark.src = "images/label_emi_drk.gif"
	 menu5Light.src = "images/label_cd_lgt.gif"
     menu5Dark.src = "images/label_cd_drk.gif"
	 menu6Light.src = "images/label_pmt_lgt.gif"
     menu6Dark.src = "images/label_pmt_drk.gif"
	 	 
}

else {
    
	 menuLight = " "
	 menuDark = " "
	 menu2Light = " "
	 menu2Dark = " "
	 menu3Light = " "
	 menu3Dark = " "
	 menu4Light = " "
	 menu4Dark = " "
	 menu5Light = " "
	 menu5Dark = " "
	 menu6Light = " "
	 menu6Dark = " "
 
	 
     document.menu = " "
	 document.menu2 = " "
	 document.menu3 = " "
	 document.menu4 = " "
	 document.menu5 = " "
	 document.menu6 = " "
 
}


//End hiding script from old browsers -->
