function MM_openBrWindow( theURL, winName, width, height ) 
{
	var top = screen.height/2 - height/2;
	var left = screen.width/2 - width/2;
        var strOptions = 'width=' + width + ',height=' + height + ',top=' + top + ', left=' + left +',toolbar=no,menubar=no,status=no,resize=yes,resizable=no,directories=no,scrollbars=yes'; 
	window.open(theURL,winName,strOptions);
}

function MM_openBrrWindow( theURL, winName, width, height ) 
{
	var top = screen.height/2 - height/2;
	var left = screen.width/2 - width/2;
        var strOptions = 'width=' + width + ',height=' + height + ',top=' + top + ', left=' + left +',toolbar=no,menubar=no,status=no,resize=no,resizable=no,directories=no,scrollbars=no'; 
	window.open(theURL,winName,strOptions);
}
