function switchProducts(){ //v3.0
		theObject = document.jumpFrm.productList
  		eval("window.location='"+theObject.options[theObject.selectedIndex].value+"'");
	}