var brow=navigator.appName;
if (brow=="Netscape")
	brow="NN";
else brow="IE";
var agent=navigator.userAgent;
if (agent.indexOf("Opera")!=-1)
	brow="Opera";
var ver=parseInt(navigator.appVersion);
if (brow=="IE")
	ver=parseInt(agent.substring(agent.indexOf("MSIE")+4, agent.indexOf("MSIE")+8));
if (brow=="Opera" || ver>4){
	document.writeln('<li'+'nk rel="stylesheet" type="text/css" media="all" href="mp.screen.css" />');
}

function footerSelect() {
    window.open(document.getElementById('mpsites').value,"",'');
}

function doUrlRedirect(urlName) {
    	var url = urlName;
	// Re-direct the browser to the url value
	window.location.href = url ;
	return false;
}
