home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / security / htdocs / xampp.js < prev    next >
Text File  |  2007-12-20  |  573b  |  35 lines

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