English
<!-- http://js.downcodes.com/ --> <!-- http://bbs.downcodes.com/--> <!--Script description: Step 1: Add the following code< head>In the area--> <SCRIPT> x=false; old=""; function conmuta() { if (x) { document.GIFanim.src=old; document.anim.boton.value="Stop Download"; x=false; } else { old=document.GIFanim.src; document.GIFanim.src="/u/info_img/2009-06/20/8775_logo.gif"; document.anim.boton.value="continue Download" ; x=true; } } </SCRIPT> <!-- Step 2: Add the following code to the <body> area--> <table align=right> <tr><td> <img name="GIFanim" src="/u/info_img/2009-06/20/8775_logo.gif" tppabs="/u/info_img/2009-06/20/8775_logo.gif" alt="animated GIF" width="75" height=" 50"> <tr><td> <form name="anim"> <input name="boton" type="button" value="Stop Download" onClick="conmuta()"> </form> </table >