
// rollover 

function CI(ImageID, ImageSource){
	ImageID.src = ImageSource; 
}
