// JavaScript Document var tips; var theTop =100/*这是默认高度*/; var old = theTop; window.onload = function() { tips = document.getElementById('floatTips'); moveTips(); }; function moveTips() { var tt=50; if (window.innerHeight) { pos = window.pageYOffset } else if (document.documentElement && document.documentElement.scrollTop) { pos = document.documentElement.scrollTop } else if (document.body) { pos = document.body.scrollTop; } pos=pos-tips.offsetTop+theTop; pos=tips.offsetTop+pos/10; if (pos < theTop) pos = theTop; if (pos != old) { tips.style.top = pos+"px"; tt=10; } old = pos; setTimeout(moveTips,tt); } function $$(element){ return element = document.getElementById(element); } function $$D1(obj){ var h=0; var maxh=90; function dmove(){ h+=10; //设置层展开的速度 if(h>=maxh){ obj.style.height=maxh+'%'; clearInterval(iIntervalId); }else{ obj.style.display='block'; obj.style.height=h+'%'; } } iIntervalId=setInterval(dmove,20); } function $$D2(obj){ var h=100; //alert(h); function dmove(){ h-=10;//设置层收缩的速度 if(h<=0){ obj.style.display='none'; clearInterval(iIntervalId); }else{ obj.style.height=h+'%'; } } iIntervalId=setInterval(dmove,20); } function $$use(obj){ var obj=$$(obj); var sb=$$('stateBut'); if(obj.style.display=='none'){ $$D1(obj); sb.src='http://html.bacuo.com/EasyOffice/webCall/skin/close.gif'; sb.alt='关闭'; }else{ $$D2(obj); sb.src='http://html.bacuo.com/EasyOffice/webCall/skin/open.gif'; sb.alt='打开'; } } function f_h() { var cc=window.document.getElementById("webCall_list").webCall_list_height window.document.getElementById("webCall_list").height=window.document.getElementById("webCall_list").webCall_list_height; alert(window.document.getElementById("webCall_list").webCall_list_height); } function $$DD1(obj){ var h=0; var maxh=288; var obj=document.getElementById(obj); function dmove(){ h+=30; //设置层展开的速度 if(h>=maxh){ obj.style.height=maxh+'px'; clearInterval(iIntervalId); }else{ obj.style.display='block'; obj.style.height=h+'px'; obj.innerHTML=""; } } iIntervalId=setInterval(dmove,20); } function $$DD2(obj){ var h=228; var obj=document.getElementById(obj); //alert(h); function dmove(){ h-=30;//设置层收缩的速度 if(h<=0){ obj.style.display='none'; clearInterval(iIntervalId); }else{ obj.style.height=h+'px'; } } iIntervalId=setInterval(dmove,20); } function EasyOffice_show() { var Div_name='EasyOffice'; var parent=window.parent; if (parent !=null){ var Div_name=parent.document.getElementById(Div_name); }else{ var Div_name=document.getElementById(Div_name); } if (Div_name.style.display=="block"){ //Div_name.style.display="none"; $$DD2('EasyOffice'); }else{ //Div_name.style.display="block"; $$DD1('EasyOffice'); } } document.write("
"); document.write(""); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
\"关闭\"/
"); document.write("
"); document.write("

导航菜单

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