// dozoom function dozoom(size) { var f14 =document.getelementbyid('font14'); var f16 =document.getelementbyid('font16'); document.getelementbyid('text').style.fontsize=size+'px'; var op=document.getelementbyid('text').getelementsbytagname("p"); if(size==14){ f14.classname="cur"; f16.classname=""; }else if(size==16){ f14.classname=""; f16.classname="cur"; } for(var i=0;i -($('.ul-roll').find('li').length * 138 - 552)){ $('.ul-roll').animate({left: parseint($('.ul-roll').css('left')) - 138 + 'px'}, 300); }else{ $('.ul-roll').animate({left: '0px'}, 500); } }); $('.arrowleft').click(function(){ if(parseint($('.ul-roll').css('left'))%138 ==0 && parseint($('.ul-roll').css('left')) < 0){ $('.ul-roll').animate({left: parseint($('.ul-roll').css('left')) + 138 + 'px'}, 300); }else{ $('.ul-roll').animate({left: -($('.ul-roll').find('li').length * 138 - 552) + 'px'}, 500); } }); }) / function gotop() { window.scrollto(0,0); } // print function doprint() { bdhtml=window.document.body.innerhtml; sprnstr=""; eprnstr=""; prnhtml=bdhtml.substr(bdhtml.indexof(sprnstr)+17); prnhtml=prnhtml.substring(0,prnhtml.indexof(eprnstr)); var logolink = (jquery)?$(".location a:eq(1)").attr("href"):"#"; var prnhead = $('.top').html(); prnhead="
"+prnhead+"
"; prnfoot="
©云南省医药有限公司 版权所有
"; prnhtml=prnhead.concat(prnhtml,prnfoot); window.document.body.innerhtml=prnhtml; window.document.body.style.width = "635px"; window.document.body.style.margin = "0 auto"; $('.topleft').hide(); $('.printbtnbox').show(); if(jquery){$(".ad300x250").hide();} window.print(); } function goprint(){ window.print(); } function goback(){ location.href = location.href; }