
/* - easyshop.js - */
// http://www.foldpaper.ch/portal_javascripts/easyshop.js?original=1
function easyShopZoomWindow(url,w,h){w=window.open(url,"Preview","height="+h+", width="+w+", screenX=500, screenY=150, scrollbars=yes, resizable=yes");w.focus()}
function easyShopTaxCalculatorWindow(url){w=window.open(url,"taxcalculator","height=210, width=400, screenX=500, screenY=150, scrollbars=yes, resizable=yes");w.focus()}
