function SetProductImage( imageid, num, xscale, yscale) { var obj = document.getElementById(imageid); obj.src="/icon_img/rotation.gif"; obj.src="ShowImage.ashx?img=" + num + xscale + yscale; obj.onclick=function() {UCProductVisual_ViewBigImage_ById(num);return false;}; } function UCProductVisual_ViewBigImage_ById(nummer) { if ( nummer != "0") { var fname = "/ShowImage.ashx?img="+nummer; txt = ''; txt = txt + "www.FunPoi.com"; txt = txt + ""; txt = txt + "
" txt = txt + "
www.FunPoi.com
Klik om dit venster te sluiten.
"; txt = txt + "
"; txt = txt + ""; txt = txt + "
"; top.consoleRef = window.open('','picture_popup'); top.consoleRef.document.write(txt); top.consoleRef.document.close(); } }