function popUp(page)
{
   newWindow = window.open(page,'','bar=No,resizable=yes, menubar=no, status=no, scrollbars=yes, width=600, height=500')
}

