// JavaScript Document



function psPostShowLargerImage(data)
{
	ccShowModalWindow('Product Image', data, 532);
}

function psShowLargerImage(productid)
{
	ccConnect('/apps/shop/product_ajax.asp', 'action=showlarge&productid='+productid, psPostShowLargerImage);
}

