function MM_jumpMenu2(targ,selObj,selObj2,restore)
{
	//v3.0 - Set the location to the concatenation of the two choices.
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+selObj2.options[selObj2.selectedIndex].value+"'");
	if (restore) 
	{
		selObj.selectedIndex=0;
		selObj2.selectedIndex=0;
	}
} // end MM_jumpMenu2()

