// open popup window
// called from Default.htm

function openPopup() {
      popupWindow = window.open("popup.html", "popup1",
      "location= 0, toolbar=0, scrollbars=0, height=260, width=420, left=480, top=360");
     }
     
