<!--

var isIE;
if (navigator.appName == "Microsoft Internet Explorer") {
			if (parseInt(navigator.appVersion) >= 4) {
			isIE = true;
			document.write("<LINK REL='STYLESHEET' HREF='/include/ie.css'>");
			}
}
else {
			isIE = false;
			document.write("<LINK REL='STYLESHEET' HREF='/include/others.css'>");
}

function onCombo (combo)
	{
	var ind = combo.selectedIndex ;
	if (combo.options [ind].value == '#')
		combo.selectedIndex = 0 ;
	else
		{
		window.top.location.href = (combo.options [ind].value) ;
		}
	}

function MM_openBrWindow(theURL,winName,features) 
{
window.open(theURL,winName,features);
}
	
// -->
