
//roll over image
function rollimage(image, name){
	
	if(document.images)	document.images[name].src= image;
	
}
