function openWindow_xy(url, x, y)
{
popup=window.open(url,"","toolbar=no,scrollbars=no,location=no,status=no,screenX=20,screenY=0,width="+x+",height="+y+",resizable=0")
}
