function showbigpic(which) { detail=window.open("../files/bigimg.php?img="+which,"detail","width=700, height=540"); detail.focus(); } function imgscroll(total) { var temp, pos; temp=document.getElementById('pics').style.left.substr(0,document.getElementById('pics').style.left.length-2); temp=temp-1; if (temp<=-total) temp=0; // alert(temp); document.getElementById('pics').style.left=temp+"px"; } var xxx=null; function setint() { xxx = window.setInterval("imgscroll(totalwidth);",50); } function holdint() { if (xxx!=null) { window.clearInterval(xxx); xxx=null; } else setint(); } function switchim(which,mode) { var id=which.id.substring(2,100); if (mode=="in") which.src="/img/menu/over/"+id+".gif"; else which.src="/img/menu/"+id+".gif"; } function hideani() { document.getElementById("contain-all-welcome").style.display='none'; document.getElementById("contain-all").style.display=''; var hideani_handler= new Ajax; hideani_handler.url='http://sealifepharma.com/incs/hideani.php'; hideani_handler.params=""; hideani_handler.onSuccess=hideani_handler_successHandler; hideani_handler.onError=hideani_handler_errorHandler; hideani_handler.doRequest(); } function hideani_handler_errorHandler(msg) {} function hideani_handler_successHandler(txt, xml) { }