function MM_openBrowserWindows(theURL) { //v2.0
	window.open(theURL,'Detail','location=yes, menubar=yes, toolbar=yes, directories=yes, scrollbars=yes, top=0, left=0, resizable=yes, status=yes');
}


function MM_openBrowser(theURL) { //v2.0
	window.open(theURL,'Detail','location=no, menubar=no, toolbar=no, directories=no, scrollbars=yes, width=500, height=600, top=0, left=0');
}

