// JavaScript Document
//CREO swap image JS
function CREOswap(theObj){
	document.more.src ="images/"+ theObj + ".gif"
	
}
