

if (document.images) {            
	img1on = new Image();      
	img1on.src = "http://bccclw2/utl_contracts/pcuweb/images/home_on.gif"; 
	
	img1off = new Image(); 
	img1off.src = "http://bccclw2/utl_contracts/pcuweb/images/home.gif"; 
	
	}
		
function turnOn(ButtonName,TheImage){
	document[ButtonName].src= "http://bccclw2/utl_contracts/pcuweb/images/" + TheImage
	}
	
function turnOff(ButtonName,TheImage){
	document[ButtonName].src= "http://bccclw2/utl_contracts/pcuweb/images/" + TheImage
	}


function checkNet(){}
























