home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / xampp.js < prev    next >
Encoding:
Text File  |  2003-10-24  |  463 b   |  35 lines

  1. function o(x,m)
  2. {
  3.     if(light==x)return;
  4.     document.images[light+1].src="img/"+lightm+"_off.gif";
  5.     light=x;
  6.     lightm=m;
  7. }
  8.  
  9. function h(t)
  10. {
  11.     if(typeof last == "undefined")
  12.         last=document.anchors[0];
  13.         
  14.     last.className='n';
  15.     t.className='nh';
  16.     t.blur();
  17.     last=t;
  18. }
  19.  
  20. function l(n,m)
  21. {
  22.     document.images[n+1].src="img/"+m+"_on.gif";
  23. }
  24.  
  25. function d(n,m)
  26. {
  27.     if(light==n)return;
  28.     document.images[n+1].src="img/"+m+"_off.gif";
  29. }
  30.  
  31. function c(u)
  32. {
  33.     parent.content.location=u;
  34. }
  35.