|
<form name="frmProduct" method="post" id="frmProduct">
<script language="javascript" type="text" />
<!--
function __doPostBack(eventTarget, eventArgument) {
var theform;
if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) {
theform = document.frmProduct;
}
else {
theform = document.forms["frmProduct"];
}
theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
theform.__EVENTARGUMENT.value = eventArgument;
theform.submit();
}
// -->
</script>
<script language="javascript" type="text" /> function zoomImage(imgFileName,width,height){ var winLeft, winTop, winWidth, WinHeight;winHeight = width;winWidth = height;winLeft = (screen.availWidth / 2) - (winWidth / 2);winTop = (screen.availHeight / 2) - (winHeight / 2);window.open('http://www.socrates.com/images/products/' + imgFileName,'ZoomWindow','scrollbars=no,resizable=yes,status=0,toolbars=0,menu=0,width=' + winWidth + ',height=' + winHeight + ',left=' + winLeft + ',top=' + winTop);} </script>






