function MM_jumpMenu(targ,selObj,restore){ //v3.0
 if (parseInt(selObj.selectedIndex) > 1)
 {
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
 }
}

function breakout_of_frame()
{
  
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}
