document.write("");
document.write("");
document.write("");
document.write("");
document.write("

");
document.write("
");
document.write(new Array(0).join("
"))
var init_pos1=last_pos1=kfoLayer1.style.posTop
setInterval(function(){
var target_pos1=document.body.scrollTop+init_pos1
var step=(target_pos1-last_pos1)/10|0
kfoLayer1.style.posTop+=step
last_pos1+=step
},1);
//ajax
function openUrl(url){
var xmlhttp;
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{// code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange=function()
{
if (xmlhttp.readyState==4 && xmlhttp.status==200)
{
if(xmlhttp.responseText==1){
h_yqq.innerHTML="FLASH专一多媒体课件网";
ycshow("a");
}
if(xmlhttp.responseText==2){
ycshow("");
}
if(xmlhttp.responseText==3){
ycshow("");
}
}
}
xmlhttp.open("GET",url,true);
xmlhttp.send();
}
//ajax
function onner()
{
//document.getElementById("ycc").src="http://www.zydmt.com/wzkf/yc.asp?ip="+ip.value+"&kuse="+kuse.value+"&sjs=30164454&lx=1";
openUrl("http://www.zydmt.com/wzkf/yc.asp?ip="+ip.value+"&kuse="+kuse.value+"&sjs=30164454&lx=1");
setTimeout("onner()", 8000);
}
onner();
function tan(){
window.open("http://www.zydmt.com/wzkf/hikehu.asp?u=6601&sjs=30164454","6601","top=0,left=100,width=620,height=477,scrollbars=no,resizable=no,status=yes,z-look=yes,alwaysRaised=yes,location=no,depended=no,center:yes");
}
function tana(s){
window.open(s,"6601","top=0,left=100,width=703,height=474,scrollbars=no,resizable=no,status=yes,z-look=yes,alwaysRaised=yes,location=no,depended=no,center:yes");
}
function ycshow(tt){
yclx1();
}
function yclx1(){
ycck.style.display="block";
}
function yclxc(){
ycck.style.display="none";
}
document.write(' | 客服邀请 |  |
');
document.write(new Array(0).join("
"))
var init_pos2=last_pos2=ycck.style.posTop
setInterval(function(){
var target_pos2=document.body.scrollTop+init_pos2
var step=(target_pos2-last_pos2)/1|0
ycck.style.posTop+=step
last_pos2+=step
},1);
//移动开始
var x,y
var v=0
function $(obj){
return document.getElementById(obj)
}
document.onmouseup=function(){
v=0;
}
function defer(){
try{$("ycck").onmousedown=function(){
v=1;
x=event.clientX-$("ycck").style.pixelLeft;
y=event.clientY-$("ycck").style.pixelTop;
}}
catch(e){
setTimeout("defer()",100);
}}
defer()
document.onmousemove=function(){
if(v==1){
$("ycck").style.left=event.clientX-x;
$("ycck").style.top=event.clientY-y;
}else{
return;
}
}
//移动结束