function newnetPopup(URL, WIDTH, HEIGHT)
{
    RemoteWin=window.open(URL,WIDTH+HEIGHT,"resizable=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=" + WIDTH + ",height=" + HEIGHT + ",top=30,left=30 ")
}
