home *** CD-ROM | disk | FTP | other *** search
- if (document.images) {
- tn_shop_on = new Image();
- tn_shop_on.src = "/images/topnav/shop_white.gif";
- tn_search_on = new Image();
- tn_search_on.src = "/images/topnav/search_white.gif";
- tn_contactHome_on = new Image();
- tn_contactHome_on.src = "/images/topnav/contactHome_white.gif";
- tn_contact_on = new Image();
- tn_contact_on.src = "/images/topnav/contact_white.gif";
- tn_home_on = new Image();
- tn_home_on.src = "/images/topnav/home_white.gif";
- top_of_page_on = new Image();
- top_of_page_on.src = "/images/layout/top_of_page_white.gif";
-
- tn_shop_off = new Image();
- tn_shop_off.src = "/images/topnav/shop.gif";
- tn_search_off = new Image();
- tn_search_off.src = "/images/topnav/search.gif";
- tn_contactHome_off = new Image();
- tn_contactHome_off.src = "/images/topnav/contactHome.gif";
- tn_contact_off = new Image();
- tn_contact_off.src = "/images/topnav/contact.gif";
- tn_home_off = new Image();
- tn_home_off.src = "/images/topnav/home.gif";
- top_of_page_off = new Image();
- top_of_page_off.src = "/images/layout/top_of_page.gif";
-
- tn_products_on = new Image();
- tn_products_on.src = "/images/topnav/products_white.gif";
- tn_support_on = new Image();
- tn_support_on.src = "/images/topnav/services_support_white.gif";
- tn_downloads_on = new Image();
- tn_downloads_on.src = "/images/topnav/downloads_white.gif";
- tn_programs_on = new Image();
- tn_programs_on.src = "/images/topnav/programs_white.gif";
- tn_worldwide_on = new Image();
- tn_worldwide_on.src = "/images/topnav/worldwide_white.gif";
- tn_newsgroups_on = new Image();
- tn_newsgroups_on.src = "/images/topnav/newsgroups_white.gif";
- tn_community_on = new Image();
- tn_community_on.src = "/images/topnav/community_white.gif";
-
- tn_products_off = new Image();
- tn_products_off.src = "/images/topnav/products.gif";
- tn_support_off = new Image();
- tn_support_off.src = "/images/topnav/services_support.gif";
- tn_downloads_off = new Image();
- tn_downloads_off.src = "/images/topnav/downloads.gif";
- tn_programs_off = new Image();
- tn_programs_off.src = "/images/topnav/programs.gif";
- tn_worldwide_off = new Image();
- tn_worldwide_off.src = "/images/topnav/worldwide.gif";
- tn_newsgroups_off = new Image();
- tn_newsgroups_off.src = "/images/topnav/newsgroups.gif";
- tn_community_off = new Image();
- tn_community_off.src = "/images/topnav/community.gif";
- }
-
- function tnImgOn(imgName) {
-
- }
-
- function tnImgOff(imgName) {
-
- }
-
- function tnCopyOn(imgName) {
-
- }
-
- function tnCopyOff(imgName) {
-
- }
-
-