// used on account.php for forgot password feature function forgot () { window.open('http://maukilo.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'); } function passwordused() { window.open('http://maukilo.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'); } // leave this here to prevent errors (it's not a conflict of any kind) function updateproducttotal() { }