function popupWindow(thePage,theWidth,theHeight)
 {
   popUp = window.open(thePage, "window", "menubar=yes,scrollbars=yes,resizable=yes,status=yes,width="+theWidth+",height="+theHeight)
   popUp.focus()
}