var ie4=false;if(document.all){ie4=true;}function setContent(_1,_2){var d;if(ie4){d=document.all[_1];}else{d=document.getElementById(_1);}d.innerHTML=_2;}function getContent(_4){var d;if(ie4){d=document.all[_4];}else{d=document.getElementById(_4);}return d.innerHTML;}function setColor(_6,_7){var d;if(ie4){d=document.all[_6];}else{d=document.getElementById(_6);}d.style.color=_7;}function getColor(_9){var d;if(ie4){d=document.all[_9];}else{d=document.getElementById(_9);}return d.style.color;}function animate(_b,_c){var _d=getContent(_b);if(_d.indexOf("<span")>=0){return;}var _e=0;var _f="";var ch;var _11="";var _12=false;for(i=0;i<_d.length;i++){ch=_d.substring(i,i+1);if(i<_d.length-1){nextch=_d.substring(i+1,i+2);}else{nextch=" ";}_11+=ch;if(ch=="<"&&"/aAbBpPhHiIoOuUlLtT".indexOf(nextch)>=0){_12=true;}if(ch==">"&&_12){_12=false;}if(!_12&&ch.charCodeAt(0)>30&&ch!=" "&&ch!="\n"){_f+="<span id=\""+_b+"_"+_e+"\">"+_11+"</span>";_11="";_e++;}}setContent(_b,_f);command="animateloop('"+_b+"', "+_e+", 0, 1, '"+_c+"')";setTimeout(command,100);}function animateloop(_13,_14,ind,_16,col){var _18=ind+_16;if(_18>=_14){_16=_16*-1;_18=ind+_16;}if(_18<0){_16=_16*-1;_18=ind+_16;}setColor(_13+"_"+ind,getColor(_13+"_"+_18));setColor(_13+"_"+_18,col);command="animateloop('"+_13+"', "+_14+", "+_18+", "+_16+", '"+col+"')";setTimeout(command,100);}