function go(x)
{
	var j = x.options[x.selectedIndex].value;

	if (j != "")
	window.location = j;
}

function mouseover(obj,color,obj2,color2) {
	if(document.getElementById)
	{
	  document.getElementById(obj).style.backgroundColor = color;
	  document.getElementById(obj2).style.color = color2;
	}
	if(document.all)
	{
	  document.all[obj].style.backgroundColor=color;
	  document.all[obj2].style.color=color2;
	}
	return true;
}
function mouseoversearch(obj,color,obj2,color2,obj3,color3) {
	if(document.getElementById)
	{
	  document.getElementById(obj).style.backgroundColor = color;
	  document.getElementById(obj2).style.color = color2;
	  document.getElementById(obj3).style.color = color3;
	}
	if(document.all)
	{
	  document.all[obj].style.backgroundColor=color;
	  document.all[obj2].style.color=color2;
	  document.all[obj3].style.color=color3;
	}
	return true;
}

function navcategory() {
	location.href = document.subnav.category.options[document.subnav.category.selectedIndex].value;
}

function navproductgroup() {
	location.href = document.subnav.productgroup.options[document.subnav.productgroup.selectedIndex].value;
}

function navtechnology() {
	location.href = document.subnav.technology.options[document.subnav.technology.selectedIndex].value;
}

function navperformance() {
	location.href = document.subnav.performance.options[document.subnav.performance.selectedIndex].value;
}


function onChange_sitenavigationselect(objSelect){
	window.location.href=objSelect.value;
}


function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
