Code:
{literal}
<SCRIPT language=JavaScript1.2>
<!--
function productimagedetail(product_id) {
var w = "450"; //width
var h = "450"; //height
window.open('/store/customer/product_detailed_images.php?productid='+product_id,"detailedproduct","width="+w+",height="+h+",resizable,scrollbars=yes");
}
-->
</SCRIPT>
{/literal}
Usage:
Code:
<A HREF="javascript: productimagedetail({$product.productid})">
You'll need to customize it for your own needs.