home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / Komercni / c_comp / Ccomp_soubory / topnavNull.js < prev    next >
Text File  |  2000-03-01  |  3KB  |  75 lines

  1. if (document.images) {
  2.    tn_shop_on            = new Image();
  3.    tn_shop_on.src        = "/images/topnav/shop_white.gif";
  4.    tn_search_on          = new Image();
  5.    tn_search_on.src      = "/images/topnav/search_white.gif";
  6.    tn_contactHome_on     = new Image();
  7.    tn_contactHome_on.src = "/images/topnav/contactHome_white.gif";
  8.    tn_contact_on         = new Image();
  9.    tn_contact_on.src     = "/images/topnav/contact_white.gif";
  10.    tn_home_on            = new Image();
  11.    tn_home_on.src        = "/images/topnav/home_white.gif";
  12.    top_of_page_on     = new Image();
  13.    top_of_page_on.src = "/images/layout/top_of_page_white.gif";
  14.  
  15.    tn_shop_off           = new Image();
  16.    tn_shop_off.src       = "/images/topnav/shop.gif";
  17.    tn_search_off         = new Image();
  18.    tn_search_off.src     = "/images/topnav/search.gif";
  19.    tn_contactHome_off    = new Image();
  20.    tn_contactHome_off.src = "/images/topnav/contactHome.gif";
  21.    tn_contact_off        = new Image();
  22.    tn_contact_off.src    = "/images/topnav/contact.gif";
  23.    tn_home_off           = new Image();
  24.    tn_home_off.src       = "/images/topnav/home.gif";
  25.    top_of_page_off    = new Image();
  26.    top_of_page_off.src = "/images/layout/top_of_page.gif";
  27.  
  28.    tn_products_on        = new Image();
  29.    tn_products_on.src    = "/images/topnav/products_white.gif";
  30.    tn_support_on         = new Image();
  31.    tn_support_on.src     = "/images/topnav/services_support_white.gif";
  32.    tn_downloads_on       = new Image();
  33.    tn_downloads_on.src   = "/images/topnav/downloads_white.gif";
  34.    tn_programs_on        = new Image();
  35.    tn_programs_on.src    = "/images/topnav/programs_white.gif";
  36.    tn_worldwide_on       = new Image();
  37.    tn_worldwide_on.src   = "/images/topnav/worldwide_white.gif";
  38.    tn_newsgroups_on      = new Image();
  39.    tn_newsgroups_on.src  = "/images/topnav/newsgroups_white.gif";
  40.    tn_community_on       = new Image();
  41.    tn_community_on.src   = "/images/topnav/community_white.gif";
  42.  
  43.    tn_products_off       = new Image();
  44.    tn_products_off.src   = "/images/topnav/products.gif";
  45.    tn_support_off        = new Image();
  46.    tn_support_off.src    = "/images/topnav/services_support.gif";
  47.    tn_downloads_off      = new Image();
  48.    tn_downloads_off.src  = "/images/topnav/downloads.gif";
  49.    tn_programs_off       = new Image();
  50.    tn_programs_off.src   = "/images/topnav/programs.gif";
  51.    tn_worldwide_off      = new Image();
  52.    tn_worldwide_off.src  = "/images/topnav/worldwide.gif";
  53.    tn_newsgroups_off     = new Image();
  54.    tn_newsgroups_off.src = "/images/topnav/newsgroups.gif";
  55.    tn_community_off      = new Image();
  56.    tn_community_off.src  = "/images/topnav/community.gif";
  57. }
  58.  
  59. function tnImgOn(imgName) {
  60.  
  61. }
  62.  
  63. function tnImgOff(imgName) {
  64.  
  65. }
  66.  
  67. function tnCopyOn(imgName) {
  68.  
  69. }
  70.  
  71. function tnCopyOff(imgName) {
  72.  
  73. }
  74.  
  75.