

function MM_openBrWindow(theUrl,winName,features) {
	window.open(theUrl,winName,features);
}