function chk(){ if(!window.opener){return true;} else{return false;} } function hd(a){ if(document.getElementById && document.getElementById(a)){document.getElementById(a).innerHTML="";document.getElementById(a).style.margin=0;} }