function OpenWindow(myURL,n,w,h,r,s,t,b,l){
  ExtWin = window.open(myURL,n,'width='+w+',height='+h+',top=100,left=100,resizable='+r+',scrollbars='+s+',toolbar='+t+',menubar='+b+',location='+l+'');
  }
