




function openPortal(content, width, height) { 
poptest = window.open("/_js/poptest.html", "popped", "width=10, height=10, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");

if (poptest != null){

		if (document.all) {
			var xMax = screen.width, yMax = screen.height} 
		else if (document.layers) {
			var xMax = window.outerWidth, yMax = window.outerHeight 
		}else {var xMax = 640, yMax=640}; 

		var xOffset = (xMax - 600)/2, yOffset = (yMax - 600)/2; 

		var w= window.open(content,'portal','width='+width+',height='+height+',screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
 
		if ((document.all) && (navigator.appVersion.indexOf("(Mac") != -1))
		if ((w) && (!w.opener))  w.opener = window;	
	}else{//pop-up blocker is enabled

alert("You have a pop-up blocker enabled in your browser, please enable pop up windows for this site to view  multimedia content")
	}
}


function langMenu(targ,selObj,restore){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}



