function topWindow(){
popup = window.open("pop1.htm",""
,"height=500,width=400,scrollbars=no");
 }