function popNew(url)
{
   var popNew = window.open(url, "popNew",'scrollbars=no,width=640,height=500')
}