// johnny cison
// www.ans.org

function photozoom(i, w, h)
{
	var ansphotowin=window.open("/store/zoom/"+i, "_blank", "toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h);
	ansphotowin.moveTo((screen.width-w)/2, ((screen.height-h)/2)-30); ansphotowin.focus();
}
