function popUp(url)
{
   newWindow = window.open(url,'windowNew','width=320,height=170,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,screenX=200,screenY=200,left=200,top=200');
}