//WINDOW OPEN
function URLinNewWindow(url) 
{
  if (url != '')
  {
    window.open(url,  "new","width=525,height=500,durectories=0,location=0,menubar=0,status=0,toolbar=0,scrollbars=1");
  }
}