a= new Image(); a.src="../images/aboutus_off.gif";
	b= new Image(); b.src="../images/partner_off.gif";
	c= new Image(); c.src="../images/products_off.gif";
	d= new Image(); d.src="../images/services_off.gif";
	e= new Image(); e.src="../images/awards_off.gif";
	f= new Image(); f.src="../images/retail_off.gif";
	g= new Image(); g.src="../images/career_off.gif";
	h= new Image(); h.src="../images/student_off.gif";
	i= new Image(); i.src="../images/newproducts_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;
	}


