function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,'newWin','status=yes,scrollbars=yes,width=800,height=700,left=15,top=18');
}