Advertisement
jozz

csdf

Feb 1st, 2014
6,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. mainmenu_imgsrc=new Array();
  2. mainmenu_imgsrc[1]="http://img1.imagilive.com/0114/a_jjj1.gif";
  3. mainmenu_imgsrc[2]="http://img1.imagilive.com/0114/p_jjj1.gif";
  4.  
  5. var im = mainmenu_imgsrc[2].substring(0);
  6.  
  7. mainmenu_img =new Array();
  8.  
  9. for (i=0; i< mainmenu_imgsrc.length; i++) {
  10. mainmenu_img[i]=new Image();
  11. mainmenu_img[i].src=mainmenu_imgsrc[i];
  12. }
  13.  
  14. function mainmenu_change(number, picture,array) {
  15. {
  16. document[picture].src=array[number].src;
  17. }
  18. }
  19.  
  20.  
  21. qt="'";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement