Advertisement
jozz

vv

Jan 9th, 2014
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. mainmenu_imgsrc=new Array();
  2. mainmenu_imgsrc[1]="http://img1.imagilive.com/0114/a_menubutton1.gif";
  3. mainmenu_imgsrc[2]="http://img1.imagilive.com/0114/p_menubutton1.gif";
  4.  
  5. mainmenu_img =new Array();
  6. for (i=0; i< mainmenu_imgsrc.length; i++) {
  7. mainmenu_img[i]=new Image();
  8. mainmenu_img[i].src=mainmenu_imgsrc[i];
  9. }
  10. function mainmenu_change(number, picture) {
  11. {
  12. document[picture].src=mainmenu_img[number].src;
  13. }
  14. }
  15.  
  16. qt="'";
  17.  
  18. document.writeln('<DIV>');
  19. document.writeln(' <TABLE border="0" Cellpadding="0" Cellspacing="0" align="left" >');
  20. document.writeln(' <TR>');
  21. document.writeln(' <TD width="1"><A ID="" HREF="http://c380e9bf.yyv.co" TARGET="_blank" ONMOUSEOVER="mainmenu_change('+qt+'1'+qt+','+qt+'mainmenu_1'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'2'+qt+','+qt+'mainmenu_1'+qt+')" name="mainmenu_1"><IMG NAME="mainmenu_1" SRC="http://img1.imagilive.com/0114/p_menubutton1.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
  22. document.writeln(' </TR>');
  23. document.writeln(' </TABLE>');
  24. document.writeln('</DIV>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement