function MyExit(){
ext = window.open("js/child.html","MyExit","toolbar=no,menubar=no,status=no,directories=no,location=no,scrollbars=no,resizable=yes,width=1,height=1,left=10000,top=10000,screenX=10000,screenY=10000");
self.focus();
}

