var _____WB$wombat$assign$function_____=function(name){return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name))||self[name];};if(!self.__WB_pmw){self.__WB_pmw=function(obj){this.__WB_source=obj;return this;}}{ let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opens = _____WB$wombat$assign$function_____("opens"); // used on account.php for forgot password feature function forgot () { window.open('http://thestrawberrystore.com/store/forgotpass.php','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=350,height=350,top=50,left=20'); } // used on product attributes to pop up window that have a description function showattrdescription (attr) { window.open('http://thestrawberrystore.com/store/attribute_options.php?attrtempid=' + attr,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=550,height=420,top=40,left=50'); } // used on getproduct.php to pop up image window function enlarge (p, h, w) { window.open('http://thestrawberrystore.com/store/displayimage.php?pid=' + p,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,top=1,left=50,height=' + h + ',width=' + w); } // used on getproduct.php to pop up video clip window function enlargevideo (path) { window.open(path,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,top=20,left=50,height=500,width=700'); } function passwordused() { window.open('http://thestrawberrystore.com/store/passwordused.php','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=550,height=440,top=40,left=20'); } function validationcode() { window.open('http://thestrawberrystore.com/store/validationcode.php','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=450,height=350,top=50,left=20'); } function currencyconverter () { window.open('http://thestrawberrystore.com/store/currencyconverter.php','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,top=10,left=80,height=510,width=600'); } function verificationnumber() { window.open('http://thestrawberrystore.com/store/verificationnumber.php','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=550,height=450,top=50,left=50'); } // leave this here to prevent errors (it's not a conflict of any kind) function updateproducttotal() { } }