if (document.images) {
		C_Off  = new Image(175,28)
		RP_Off = new Image(175,28)
		P_Off  = new Image(175,28)
		CV_Off = new Image(175,28)
                RI_Off = new Image(175,28)
                T_Off  = new Image(175,28)
                SP_Off = new Image(175,28)
                PR_Off  = new Image(175,28)
                M_Off = new Image(175,28)
                Ph_Off  = new Image(175,28)
				Pe_Off  = new Image(175,28)

                C_On   = new Image(175,28)     
                RP_On  = new Image(175,28)        
                P_On   = new Image(175,28)        
                CV_On  = new Image(175,28)   
                RI_On  = new Image(175,28) 
                T_On   = new Image(175,28)
                SP_On  = new Image(175,28)
                PR_On   = new Image(175,28)
                M_On  = new Image(175,28)
                Ph_On   = new Image(175,28)
                Pe_On   = new Image(175,28)

                C_Off.src  = "JPG/f_light_C.gif"
                RP_Off.src = "JPG/f_light_RP.gif"
                P_Off.src  = "JPG/f_light_P.gif"    
                CV_Off.src = "JPG/f_light_CV.gif"
                RI_Off.src = "JPG/f_light_RI.gif"    
                T_Off.src  = "JPG/f_light_T.gif"
                SP_Off.src = "JPG/f_light_SP.gif"
                PR_Off.src  = "JPG/f_light_PR.gif"
                M_Off.src = "JPG/f_light_M.gif"
                Ph_Off.src  = "JPG/f_light_Ph.gif"
                Pe_Off.src  = "JPG/f_light_personal.jpg"

                C_On.src  = "JPG/f_dark_C.gif"
                RP_On.src = "JPG/f_dark_RP.gif"  
                P_On.src  = "JPG/f_dark_P.gif"
                CV_On.src = "JPG/f_dark_CV.gif"
                RI_On.src = "JPG/f_dark_RI.gif"
                T_On.src  = "JPG/f_dark_T.gif"
                SP_On.src = "JPG/f_dark_SP.gif"  
                PR_On.src  = "JPG/f_dark_PR.gif"
                M_On.src = "JPG/f_dark_M.gif"
                Ph_On.src  = "JPG/f_dark_Ph.gif" 
                Pe_On.src  = "JPG/f_dark_personal.jpg" 

	}
	
	function chgImg(imgField,newImg) {
		if (document.images) {
			document[imgField].src= eval(newImg + ".src")
		}
	}
	

