function popImage(what) {
	what.childNodes[0].style.width = "180px";
	what.childNodes[0].style.height = "150px";
	what.childNodes[0].style.marginTop = "-35px";
	what.childNodes[0].style.marginLeft = "-55px";
}
function popOut(what) {
	what.childNodes[0].style.width = "94px";
	what.childNodes[0].style.height = "70px";
	what.childNodes[0].style.marginTop = "0px";
	what.childNodes[0].style.marginLeft = "0px";
}
