function MM_openBrWindow(theURL,winName,features) { //v2.0
	if (document.all) { //IE
		var browser = "IE"
	} else { //netscape
		var browser = "NS"
	}
	if (browser == "IE") {//IE
		totalWidth = document.body.clientWidth ;	
			if (totalWidth < 800) {
				var x = window.open(theURL,"team","width=470, height=474, scrollbars=yes,status=no,toolbar=no,menubar=no, top=63, left=165");
				x.focus()
			} else {
				var x = window.open(theURL,"team","width=470, height=474, scrollbars=yes,status=no,toolbar=no,menubar=no, top=147, left=277");
				x.focus()
			}
	} else {//NS
			totalWidth = parseInt(document.width) ;
			if (totalWidth < 800) {
				var x = window.open(theURL,"team","width=470, height=474, scrollbars=yes,status=no,toolbar=no,menubar=no, top=63, left=165");
				x.focus()
			} else {
				var x = window.open(theURL,"team","width=470, height=474, scrollbars=yes,status=no,toolbar=no,menubar=no, top=147, left=277");
				x.focus()
			}
	}
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
	if (document.all) { //IE
		var browser = "IE"
	} else { //netscape
		var browser = "NS"
	}
	if (browser == "IE") {//IE
		totalWidth = document.body.clientWidth ;	
			if (totalWidth < 800) {
				var x = window.open(theURL,"team","width=470, height=474, scrollbars=yes,status=no,toolbar=no,menubar=no, top=63, left=165");
				x.focus()
			} else {
				var x = window.open(theURL,"team","width=470, height=474, scrollbars=yes,status=no,toolbar=no,menubar=no, top=147, left=277");
				x.focus()
			}
	} else {//NS
			totalWidth = parseInt(document.width) ;
			if (totalWidth < 800) {
				var x = window.open(theURL,"team","width=470, height=474, scrollbars=yes,status=no,toolbar=no,menubar=no, top=63, left=165");
				x.focus()
			} else {
				var x = window.open(theURL,"team","width=470, height=474, scrollbars=yes,status=no,toolbar=no,menubar=no, top=147, left=277");
				x.focus()
			}
	}
}
