function popUp(page) {
OpenWin=this.open(page,'','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=200,height=300,left=200,top=100')}

function bigPopUp(page) {
OpenWin=this.open(page,'','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=420,left=200,top=50')}

function horizPopUp(page) {
OpenWin=this.open(page,'','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=420,height=300,left=100,top=100')}

function regular(page) {
OpenWin=this.open(page, '','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,resizable=1,left=0,top=0')}

function medium(page) {
OpenWin=this.open(page, '','toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,resizable=yes,width=640,height=480')}

function large(page) {
OpenWin=this.open(page, '','toolbar=yes,status=yes,statusbar=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes,width=800,height=600')}

function smalldefault(page) {
OpenWin=this.open(page, '','toolbar=no,status=yes,scrollbars=yes,location=no,menubar=no,directories=no,width=580,height=380')}

function mediumdefault(page) {
OpenWin=this.open(page, '', "toolbar=no,status=yes,scrollbars=yes,location=no,menubar=no,directories=no,width=600,height=440")}

function largedefault(page) {
OpenWin=this.open(page, '','toolbar=no,status=yes,scrollbars=yes,location=no,menubar=no,directories=no,width=750,height=520,left=0,top=0')}

function setStatus(msg){
  status = msg
  return true
  }
