a= new Image(); a.src="images/home_off.gif";
	b= new Image(); b.src="images/new_off.gif";
	c= new Image(); c.src="images/aboutus_off.gif";
	d= new Image(); d.src="images/portfolio_off.gif";
	e= new Image(); e.src="images/services_off.gif";
	f= new Image(); f.src="images/contact_off.gif";
	
	function rollThis(whichPic, whichImage){
		document.images[whichPic].src = whichImage;
	}
	
	function changeBack(whichPic){
		document.images[whichPic].src="cplogo.jpg";
	}
	
	function rollem(whichSlot,whatImage){
	document.images[whichSlot].src = whatImage;
	}
	function backUp(whichSlot,whatImage){
	document.images[whichSlot].src = whatImage;
	}
