lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
    diffY = document.documentElement.scrollTop;
else if (document.body)
    diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}

percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("navi").style.top=parseInt(document.getElementById("navi").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
}
var imgurl = str00+"themes/"+strTheme+"/style/"
suspendcode="<ol id='navi' style='list-style:none;background:url("+imgurl+"bg_contact.gif);padding:5px 0 0 0;text-align:center;width:21px;height:86px;right:35px; top:280px; position:absolute'><li><a href='#'><img border='0' src='"+imgurl+"top.gif' alt='TOP' /></a></li><li><a href='mailto:game027@gmail.com' target='blank'><img border='0' src='"+imgurl+"email.gif' alt='EMAIL' /></a></li><li><a href='http://wpa.qq.com/msgrd?V=1&Uin=823486&Site=犯色视觉影像机构&Menu=yes' target='blank'><img src='"+imgurl+"qq.gif' border='0' alt='QQ' /></a></li><li><a href='#footer'><img border='0' src='"+imgurl+"bottom.gif' alt='BOTTOM' /></a></li></ol>"
document.write(suspendcode);
window.setInterval("heartBeat()",1);

$(function(){
$("#extra dl.tab").each(function(){
	$("strong",this).click(function(){
		$(this).toggleClass("taboff").siblings().toggleClass("taboff");
		$(this).parent().siblings().find("ul").slideToggle(200);
									});	
								 });
$("#extra dl dd em:first").after("<br />");
$("#extra dl dd em:odd").css({marginLeft:60});
$("#logo a span").fadeTo(2000,.6).fadeTo(1000,1).fadeTo(2000,.6);
$("#logo a").hover(function(){$("span",this).fadeTo(1000,1)},function(){$("span",this).fadeTo(1000,.6)});
if ($.browser.msie) {
$("embed").attr("style","filter:Xray");
}
});