function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openWindow(url)
			{popupWin = window.open(url, 'remote',
			'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, dependent, width=425, height=675, left=50, top=50')
			}
	
		
	
