// used on account.php for forgot password feature function forgot () { window.open('http://www.silvercreekcollectables.com/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://www.silvercreekcollectables.com/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://www.silvercreekcollectables.com/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://www.silvercreekcollectables.com/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://www.silvercreekcollectables.com/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://www.silvercreekcollectables.com/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://www.silvercreekcollectables.com/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() { }