<!--


function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function showflashview(url,w,h,tm,tb,tburl) //flash地址，宽度，高度，是否透明，外部表格，表格背景地址：../images/11.swf,500,60,1,0,0
{
	if (tb==1)
	{
		document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td align="center"  background="'+tburl+'">');
		}
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+w+'" height="'+h+'"> ');
 document.write('<param name="movie" value="'+url+'">');
 document.write('<param name="quality" value="high"> ');
 document.write('<param name="SCALE" value="noborder"> '); //exactfit 严格匹配
 if (tm==1)
 {
 document.write('<param name="wmode" value="transparent"> ');
 }
 document.write('<param name="menu" value="false"> ');
if (tm==1)
 {
 document.write('<embed wmode="transparent" src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed> ');
 }
 else
 {
 document.write('<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed> ');
 }
 document.write('</object> ');
 if (tb==1)
	{
		document.write('</td></tr></table>');
		}
 
}

function RollDiv(xx,yy,zz){
    var n;
	var m;
	n=xx;
	for(m=1;m<=yy;m++){
        document.getElementById(zz+m).style.display="none";
	 }
        document.getElementById(zz+n).style.display="block";
		
}
function RollDivv(zz,yy)
{
	var m;
	for(m=1;m<=yy;m++){
        document.getElementById(zz+m).style.display="none";
	 }
        
	
}
function closex(zz)
{
document.getElementById(zz).style.display="none";
}

function loadOption(optionID){
 
	var obj=eval(optionID)
	//alert (obj.length)
   for (var x_I=0;x_I<obj.length;x_I++){
  	       obj[x_I].onclick=function(){
		   var optionTitle=eval(this.id)
		   var optionBody=eval(this.id+"Body")
		   for (var i=0;i<optionTitle.length;i++){
			  if (this==optionTitle[i]){ 
				   optionTitle[i].className="DivTitleSelect"
				   optionBody[i].style.display="";
			  }else{
				   optionTitle[i].className="DivTitle"
				   optionBody[i].style.display="none";
			  }
		   }
	   }
   }
}

self.onError=null;
currentX = currentY = 0; 
whichIt = null; 
lastScrollX = 0; lastScrollY = 0;
NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;
<!-- STALKER CODE -->
function heartBeat() {
    if(IE) { 
        diffY = document.documentElement.scrollTop; 
		var tempstr = navigator.appVersion;
		if(tempstr.indexOf("SV1; (R1")==-1){
			var last = 95;
		}else{
			var last = 60;
		}
		if(diffY<227){
			diffY = 0;
		}else{
			diffY = diffY - last;
		}
        diffX = 0; 
    }
    if(NS) { 
        diffY = self.pageYOffset; 
        diffX = self.pageXOffset; 
    }
    if(diffY != lastScrollY) {
		percent = .1 * (diffY - lastScrollY);
        if(percent > 0) percent = Math.ceil(percent);
        else percent = Math.floor(percent);
        if(IE) document.all.floater.style.pixelTop += percent;
        if(NS) document.floater.top += percent; 
        lastScrollY = lastScrollY + percent;
    }
    if(diffX != lastScrollX) {
        percent = .1 * (diffX - lastScrollX);
        if(percent > 0) percent = Math.ceil(percent);
        else percent = Math.floor(percent);
        if(IE) document.all.floater.style.pixelLeft += percent;
        if(NS) document.floater.top += percent;
        lastScrollY = lastScrollY + percent;
    } 
} 
function heartMeun(MeunNow,MeunCount){
	if(MeunCount>1){
		for(i=0;i<MeunCount;i++){
			if(i != MeunNow){
			obj = eval("document.all.sumMeun["+i+"].style");
			obj.display="none";
			}
		}
		obj = eval("document.all.sumMeun["+MeunNow+"].style");
	}else{
		obj = eval("document.all.sumMeun.style");
	}
	if(obj.display == "none"){
		obj.display="";
	}else{
		obj.display="none";
	}
}

function selectTag(showContent,selfObj){
	// 操作标签
	var tag = document.getElementById("tags").getElementsByTagName("li");
	var taglength = tag.length;
	for(i=0; i<taglength; i++){
		tag[i].className = "";
	}
	selfObj.parentNode.className = "selectTag";
	// 操作内容
	for(i=0; j=document.getElementById("tagContent"+i); i++){
		j.style.display = "none";
	}
	document.getElementById(showContent).style.display = "block";
	
	
}

//-->
