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