﻿function switchmodTag(ss,modcontent,modk,len)
                {for(i=1; i <len; i++)
                  {if (i==modk)
                    {document.getElementById(ss+i).className="biaoqian";document.getElementById(modcontent+i).className="tbrMain";}
                  else
                    {document.getElementById(ss+i).className="nobiaoqian";document.getElementById(modcontent+i).className="tbrMain_none";}
                  }
                }
				
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  //eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  
  window.open(selObj.options[selObj.selectedIndex].value);
  if (restore) selObj.selectedIndex=0;
}				