// JavaScript Document
function MM_openBrWindow(theURL,winName,Wwidth, Wheight) { //v2.0
		winl = (screen.width - Wwidth) / 2;
    wint = (screen.height - Wheight) / 2;
		window.open(theURL,winName,'width=' + Wwidth +',height=' + Wheight + ',resizable=0,left=' +  winl + ',top=' + wint);
}