function menuOver(pog,overState){
	if (!document.images){
		return
	};
	var theImg = document.images[pog];
	theImg.src = "img/" + overState 
}










