function forget(){ var sx=(screen.width-300)/2 var sy=(screen.height-170)/2 recover=window.open("/u/recover.jsp",'recover','width=300,height=170,top='+sy+',left='+sx+',scrollings=0,scrollbars=0,status=0'); recover.window.focus(); } function access(){ var sx=(screen.width-400)/2 var sy=(screen.height-380)/2 recover=window.open("/u/access.jsp",'recover','width=400,height=380,top='+sy+',left='+sx+',scrollings=0,scrollbars=0,status=0'); recover.window.focus(); } function edit_profile(){ // if(!confirm("Editing delivery address(es) will effect to all of your documents and information in our system.\nDo you want to continue?"))return if(!confirm("การแก้ไขข้อมูลเกี่ยวกับสถานที่จัดส่งสินค้า จะมีผลต่อเอกสารและข้อมูลทั้งหมดของท่านในระบบ\nท่านต้องการดำเนินงานต่อหรือไม่?"))return var sx=(screen.width-620)/2 var sy=(screen.height-450)/2 oprod=window.open("/u/address/index.jsp",'oprod','width=620,height=450,top='+sy+',left='+sx+',scrollings=0,scrollbars=0,status=1'); oprod.window.focus(); } function regist(x){ var sx=(screen.width-620)/2 var sy=(screen.height-450)/2 oprod=window.open("/cc/index.jsp?type="+x,'oprod','width=620,height=450,top='+sy+',left='+sx+',scrollings=0,scrollbars=0,status=1'); oprod.window.focus(); } function disclaim(){ var sx=(screen.width-620)/2 var sy=(screen.height-450)/2 oprod=window.open("/t/disclaim/disclaimer.jsp",'oprod','width=620,height=450,top='+sy+',left='+sx+',scrollings=0,scrollbars=0,status=1'); oprod.window.focus(); }