Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mainmenu_img2src2=new Array();
- mainmenu_img2src2[1]="http://img1.imagilive.com/0114/up2.png";
- mainmenu_img2src2[2]="http://img1.imagilive.com/0114/up.png";
- mainmenu_img2 =new Array();
- for (i=0; i< mainmenu_img2src2.length; i++) {
- mainmenu_img2[i]=new Image();
- mainmenu_img2[i].src=mainmenu_img2src2[i];
- }
- function mainmenu_change2(number, picture) {
- {
- document[picture].src=mainmenu_img2[number].src;
- }
- }
- qt="'";
- document.writeln('<DIV>');
- document.writeln(' <TABLE border="0" Cellpadding="0" Cellspacing="0" align="left" >');
- document.writeln(' <TR>');
- document.writeln(' <TD width="1">                                                                     <A ID="" HREF="http://19f3db68.linkbucks.com" TARGET="_blank" ONMOUSEOVER="mainmenu_change2('+qt+'1'+qt+','+qt+'mainmenu_2'+qt+')" ONMOUSEOUT= "mainmenu_change2('+qt+'2'+qt+','+qt+'mainmenu_2'+qt+')" name="mainmenu_2"><IMG NAME="mainmenu_2" SRC="http://img1.imagilive.com/0114/up.png" BORDER="0" vspace="0" hspace="0"></A></TD>');
- document.writeln(' </TR>');
- document.writeln(' </TABLE>');
- document.writeln('</DIV>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement