// All code copyright (c) 2009 Lawrence San. All rights reserved.

var pwloc=window.location, repar=false;function checkName(){if (window.name!="pw"&&window.name!="pw2"){repar=true;reopenPw();}}checkName();function reopenPw(){window.open(pwloc,"pw2","width=500,height=350,scrollbars=no");}function replaceParent(){if(repar==true){window.location=myParent;}}
