function openWindow(url, width, height) 
{popupWin = window.open(url, 'remote', "menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=yes, dependent, width=" + width + ", height=" + height + ", left=0, top=0")
}



