document.writeln("<style type=\"text\/css\">");
document.writeln("	#QuickMenu td{");
document.writeln("		font-size:12px;");
document.writeln("		}");
document.writeln("	#QuickMenu a{");
document.writeln("		color:#000000;");
document.writeln("		text-decoration:none;");
document.writeln("		}");
document.writeln("	#QuickMenu a:visited{");
document.writeln("		color:#000000;");
document.writeln("		text-decoration:none;");
document.writeln("		}");
document.writeln("	#QuickMenu a:hover{");
document.writeln("		color:#FF0000;");
document.writeln("		text-decoration:underline;");
document.writeln("		}");
document.writeln(".qqc{");
document.writeln("		padding-left:10px;");
document.writeln("		padding-top:2px;");
document.writeln("		height:20px;");
document.writeln("		}")
document.writeln(".qqp{");
document.writeln("		padding-top:5px;");
document.writeln("		width:28px;");
document.writeln("		text-align:right;");
document.writeln("		}")
document.writeln("	");
document.writeln("<\/style>")

document.writeln("<div id=\'QuickMenu\' style=\'left:0px;top:120px;position:absolute;\'>");

document.writeln("<div id=\'RightMenu'\ style=\'float:left;background:url(/images/menutop.gif) repeat-x top;overflow: hidden;display:none;\'>");

document.writeln("<div style=\'margin:12px 6px 6px 6px;padding:0px;border:0px;overflow: hidden;\'>");

document.write('<table border="0" cellpadding="0" cellspacing="0" width="107"><tr><td><img name="qq2_r1_c1" src="/Kefu/qq2_r1_c1.gif" width="107" height="24" border="0"></td></tr><tr><td><img name="qq2_r3_c1" src="/Kefu/qq2_r3_c1.gif" width="107" height="41" border="0" alt=""></td></tr>')

document.write("<tr><td height=23 background='/Kefu/qq2_bg.gif' style='padding-bottom:5px;'>");
document.writeln("<table border=\"0\" width=\"107\" id=\"table1\" cellspacing=\"0\" cellpadding=\"0\">");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><a href='tencent://message/?uin=77278335&Site=新课标教学网&Menu=yes' title='疑问、充值客服'><img src=http:\/\/wpa.qq.com\/pa?p=1:77278335:4 border=0 ></a<<\/td>");
document.writeln("		<td class='qqc' valign=middle><a href='tencent://message/?uin=77278335&Site=新课标教学网&Menu=yes' title='疑问、充值客服'>客服</a><\/td>");
document.writeln("	<\/tr>");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><a href='tencent://message/?uin=619873051&Site=新课标教学网&Menu=yes' title='初中文科站长'><img src=http:\/\/wpa.qq.com\/pa?p=1:619873051:4 border=0 ></a<<\/td>");
document.writeln("		<td class='qqc' valign=middle><a href='tencent://message/?uin=619873051&Site=新课标教学网&Menu=yes' title='初中文科站长'>初中文科</a><\/td>");
document.writeln("	<\/tr>");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><a href='tencent://message/?uin=402033002&Site=新课标教学网&Menu=yes' title='初中理科站长'><img src=http:\/\/wpa.qq.com\/pa?p=1:402033002:4 border=0 ></a<<\/td>");
document.writeln("		<td class='qqc' valign=middle><a href='tencent://message/?uin=402033002&Site=新课标教学网&Menu=yes' title='初中理科站长'>初中理科</a><\/td>");
document.writeln("	<\/tr>");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><a href='tencent://message/?uin=71240412&Site=新课标教学网&Menu=yes' title='高中站长'><img src=http:\/\/wpa.qq.com\/pa?p=1:71240412:4 border=0 ></a<<\/td>");
document.writeln("		<td class='qqc' valign=middle><a href='tencent://message/?uin=71240412&Site=新课标教学网&Menu=yes' title='高中站长'>高中站长</a><\/td>");
document.writeln("	<\/tr>");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><a href='tencent://message/?uin=790874621&Site=新课标教学网&Menu=yes' title='总站长'><img src=http:\/\/wpa.qq.com\/pa?p=1:790874621:4 border=0 ></a<<\/td>");
document.writeln("		<td class='qqc' valign=middle><a href='tencent://message/?uin=790874621&Site=新课标教学网&Menu=yes' title='总站长'>总站长</a><\/td>");
document.writeln("	<\/tr>");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><a href='tencent://message/?uin=450366&Site=新课标教学网&Menu=yes' title='广告联系'><img src=http:\/\/wpa.qq.com\/pa?p=1:450366:4 border=0 ></a<<\/td>");
document.writeln("		<td class='qqc' valign=middle><a href='tencent://message/?uin=450366&Site=新课标教学网&Menu=yes' title='广告联系'>广告联系</a><\/td>");
document.writeln("	<\/tr>");


document.writeln("<\/table>")
document.write("</td></tr>");

document.write('</td></tr><tr><td><img name="qq" src="/Kefu/qq.gif" width="107" height="27" border="0" alt=""></td></tr></table>')


document.writeln("  </div></div>");

document.writeln("<div style=\'float:left;width:18px;margin:0px;border: 0px;\'><img id=menutop onMouseOver=\"javascript:ChangeMenu('RightMenu',120,345)\" border=0 height=90 src=/images/menuo.gif width=18></div>");
document.writeln("  </div></div>")


var QuickScrollYLast=0;
var QuickMenu=document.getElementById("QuickMenu")
window.setInterval("LoadMenu()",1);

function LoadMenu(){
    var QuickScrollYDefault;
    if(document.documentElement&&document.documentElement.scrollTop){
        QuickScrollYDefault=document.documentElement.scrollTop;
    }else if(document.body){
        QuickScrollYDefault=document.body.scrollTop;
    }else{
    }
    QuickPercent=.1*(QuickScrollYDefault-QuickScrollYLast);
    if(QuickPercent>0){
        QuickPercent=Math.ceil(QuickPercent);
    }else{
        QuickPercent=Math.floor(QuickPercent);
    }
    QuickMenu.style.top=parseInt(QuickMenu.style.top)+QuickPercent+"px";
    QuickScrollYLast=QuickScrollYLast+QuickPercent;
}

var MenuX;
var MenuY;
var MenuCloseX;
var MenuCloseY;
function ChangeMenu(id,menuwidth,menuheight){
    clearInterval(MenuX);
    clearInterval(MenuY);
    clearInterval(MenuCloseX);
    clearInterval(MenuCloseY);
    var o = document.getElementById(id);
    if(o.style.display == "none"){
        o.style.display = "block";
        o.style.width = "1px";
        o.style.height = "1px"; 
        MenuX = setInterval(function(){menuopenx(o,menuwidth,menuheight)},30);
        document.getElementById("menutop").src="/images/menui.gif";
    }else{
        document.getElementById("menutop").src="/images/menuo.gif";
        MenuCloseY = setInterval(function(){menuclosex(o)},30);
    }
}
function menuopenx(o,x,y){/*--打开x--*/
    var menucx = parseInt(o.style.width);
    if(menucx < x){
        o.style.width = (menucx + Math.ceil((x-menucx)/5)) +"px";
    }else{
        clearInterval(MenuX);
        //MenuY = setInterval(function(){menuopeny(o,y)},30);
    }
    var menucy = parseInt(o.style.height);
    if(menucy < y){
        o.style.height = (menucy + Math.ceil((y-menucy)/5)) +"px";
    }else{
        clearInterval(MenuY); 
    }
}

function menuopeny(o,y){/*--打开y--*/ 
    var menucy = parseInt(o.style.height);
    if(menucy < y){
        o.style.height = (menucy + Math.ceil((y-menucy)/5)) +"px";
    }else{
        clearInterval(MenuY); 
    }
} 

function menuclosex(o){/*--打开x--*/
    var menucx = parseInt(o.style.width);
    if(menucx > 0){
        o.style.width = (menucx - Math.ceil(menucx/5)) +"px";
    }else{
        clearInterval(MenuCloseX);
        //MenuCloseX = setInterval(function(){menuclosey(o)},30);
    }
    var menucy = parseInt(o.style.height);
    if(menucy > 0){
        o.style.height = (menucy - Math.ceil(menucy/5)) +"px";
    }else{
        clearInterval(MenuCloseY); 
        o.style.display = "none";
    }
} 
function menuclosey(o){/*--打开y--*/ 
    var menucy = parseInt(o.style.height);
    if(menucy > 0){
        o.style.height = (menucy - Math.ceil(menucy/5)) +"px";
    }else{
        clearInterval(MenuCloseY); 
        o.style.display = "none";
    }
} 

//www.xkbw.com
//新课标教学网－做最好的中小学教学网