function NewWindow(url)
{
  window.open(url,"","resizable=1,scrollbars=1,status=no,toolbar=no,location=no,menu=no,top=100,left=180,width=520,height=460")
}
function docfileWindow(url)
{
  window.open(url,"","resizable=0,scrollbars=0,status=no,toolbar=no,location=no,menu=no,directories=no,top=100,left=100,width=320,height=80")
}
function deldocfileWindow(url)
{
  window.open(url,"","resizable=0,scrollbars=0,status=no,toolbar=no,location=no,menu=no,directories=no,top=200,left=200,width=51,height=1")
}

function fileWindow(url)
{
  window.open(url,"","resizable=1,scrollbars=1,status=no,toolbar=no,location=no,menu=no,directories=no,top=100,left=100,width=760,height=560")
}

function UserWindow(url)
{
  //window.showModalDialog(url,window,"dialogWidth=450px;dialogHeight=580px;right=yes;border=this;help=no")
  window.open(url,"","resizable=0,scrollbars=0,status=no,toolbar=no,location=no,menu=no,directories=no,top=100,left=100,width=450,height=500")
}
function DepartWindow(url)
{
  //window.showModalDialog(url,window,"dialogWidth=450px;dialogHeight=580px;right=yes;border=this;help=no")
  window.open(url,"","resizable=0,scrollbars=0,status=no,toolbar=no,location=no,menu=no,directories=no,top=100,left=100,width=400,height=450")
}
