function openWindow(url) 
{popupWin = window.open(url, 'mview',
'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no,  resizable=no, dependent, width=640, height=480, left=50, top=50')

}


