// JavaScript Document
function MM_jumpMenu(targ,fullObj,restore){ //v3.0
  // Customized for Countrystatus
  // First split the Menuobjekt
  temp=fullObj.options[fullObj.selectedIndex].value.split(",");
  selObj=temp[0];
  
  // Set Cookie for Countrystatus
  setCookie(temp[1]);
  
  // Do the rewrite
  eval(targ+".location='"+selObj+"'");
  if (restore) selObj.selectedIndex=0;
  
}
