
function maxImage(img) {
	document.bigPhoto.src = "" + img;
	return false;
}
function handleOver() { 
 if (document.images) document.imgName.src=img_on.src;
}

function handleOut() {
 if (document.images) document.imgName.src=img_off.src;
}