function LoadFlash(url,wmode,width,Height)
{ 
document.write(
  '<embed src="' + url + '" wmode=' + wmode +
  ' quality="high" pluginspage=http://www.macromedia.com/go/getflashplayer type="application/x-shockwave-flash" width="' + width + 
  '" height="' + Height + '"></embed>');   
}

function switchmodTag(modtag,modcontent,modk) {
    for(i=1; i <=6; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="menuOn"+i;document.getElementById(modcontent+i).className="slidingList";}
      else {
        document.getElementById(modtag+i).className="menuNo"+i;document.getElementById(modcontent+i).className="slidingList_none";}
    }
	i=1;
  }
  
 
//<!CDATA[ 
function g(o){return document.getElementById(o);} 
function HoverLi(n){ 
//如果有N个标签,就将i<=N; 
//本功能非常OK,兼容IE7,FF,IE6; 
for(var i=1;i<=3;i++){g('tb_'+i).className='normaltab';g('tbc_0'+i).className='undis';}g('tbc_0'+n).className='dis';g('tb_'+n).className='hovertab'; 
} 
//如果要做成点击后再转到请将<li>中的onmouseover 改成 onclick; 
//]]> 
