




function getPage1(thePage,wt,ht){ 
leftPos=70
topPos=60
newWin2 = window.open(thePage,'_blank','toolbars=no,resizable=yes,scrollbars=no,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht) 

}



