if (document.images) { home_on = new Image(); home_on.src = "images/nav2_home.gif"; synopsis_on = new Image(); synopsis_on.src = "images/nav2_synopsis.gif"; director_on = new Image(); director_on.src = "images/nav2_director.gif"; cast_on = new Image(); cast_on.src = "images/nav2_cast.gif"; crew_on = new Image(); crew_on.src = "images/nav2_crew.gif"; gallery_on = new Image(); gallery_on.src = "images/nav2_gallery.gif"; news_on = new Image(); news_on.src = "images/nav2_news.gif"; downloads_on = new Image(); downloads_on.src = "images/nav2_downloads.gif"; contact_on = new Image(); contact_on.src = "images/nav2_contact.gif"; home_off = new Image(); home_off.src = "images/nav_home.gif"; synopsis_off = new Image(); synopsis_off.src = "images/nav_synopsis.gif"; director_off = new Image(); director_off.src = "images/nav_director.gif"; cast_off = new Image(); cast_off.src = "images/nav_cast.gif"; crew_off = new Image(); crew_off.src = "images/nav_crew.gif"; gallery_off = new Image(); gallery_off.src = "images/nav_gallery.gif"; news_off = new Image(); news_off.src = "images/nav_news.gif"; downloads_off = new Image(); downloads_off.src = "images/nav_downloads.gif"; contact_off = new Image(); contact_off.src = "images/nav_contact.gif"; home_h_on = new Image(); home_h_on.src = "images/nav2_h_home.gif"; synopsis_h_on = new Image(); synopsis_h_on.src = "images/nav2_h_synopsis.gif"; director_h_on = new Image(); director_h_on.src = "images/nav2_h_director.gif"; cast_h_on = new Image(); cast_h_on.src = "images/nav2_h_cast.gif"; crew_h_on = new Image(); crew_h_on.src = "images/nav2_h_crew.gif"; gallery_h_on = new Image(); gallery_h_on.src = "images/nav2_h_gallery.gif"; news_h_on = new Image(); news_h_on.src = "images/nav2_h_news.gif"; downloads_h_on = new Image(); downloads_h_on.src = "images/nav2_h_downloads.gif"; contact_h_on = new Image(); contact_h_on.src = "images/nav2_h_contact.gif"; home_h_off = new Image(); home_h_off.src = "images/nav_h_home.gif"; synopsis_h_off = new Image(); synopsis_h_off.src = "images/nav_h_synopsis.gif"; director_h_off = new Image(); director_h_off.src = "images/nav_h_director.gif"; cast_h_off = new Image(); cast_h_off.src = "images/nav_h_cast.gif"; crew_h_off = new Image(); crew_h_off.src = "images/nav_h_crew.gif"; gallery_h_off = new Image(); gallery_h_off.src = "images/nav_h_gallery.gif"; news_h_off = new Image(); news_h_off.src = "images/nav_h_news.gif"; downloads_h_off = new Image(); downloads_h_off.src = "images/nav_h_downloads.gif"; contact_h_off = new Image(); contact_h_off.src = "images/nav_h_contact.gif"; gall_01_on = new Image(); gall_01_on.src = "images/gall_01_lge.jpg"; gall_01_off = new Image(); gall_01_off.src = "images/gall_01_lge.jpg"; gall_02_on = new Image(); gall_02_on.src = "images/gall_02_lge.jpg"; gall_02_off = new Image(); gall_02_off.src = "images/gall_02_lge.jpg"; gall_03_on = new Image(); gall_03_on.src = "images/gall_03_lge.jpg"; gall_03_off = new Image(); gall_03_off.src = "images/gall_03_lge.jpg"; gall_04_on = new Image(); gall_04_on.src = "images/gall_04_lge.jpg"; gall_04_off = new Image(); gall_04_off.src = "images/gall_04_lge.jpg"; gall_05_on = new Image(); gall_05_on.src = "images/gall_05_lge.jpg"; gall_05_off = new Image(); gall_05_off.src = "images/gall_05_lge.jpg"; gall_06_on = new Image(); gall_06_on.src = "images/gall_06_lge.jpg"; gall_06_off = new Image(); gall_06_off.src = "images/gall_06_lge.jpg"; gall_07_on = new Image(); gall_07_on.src = "images/gall_07_lge.jpg"; gall_07_off = new Image(); gall_07_off.src = "images/gall_07_lge.jpg"; gall_08_on = new Image(); gall_08_on.src = "images/gall_08_lge.jpg"; gall_08_off = new Image(); gall_08_off.src = "images/gall_08_lge.jpg"; } function imgOn(imgName) { if (document.layers) { return true; } if (document.images) { document[imgName].src = eval(imgName + "_on.src"); return true; } } function imgOff(imgName) { if (document.layers) { return true; } if (document.images) { document[imgName].src = eval(imgName + "_off.src"); return true; } } function imgOn2(imgName) { myimage = "gall_01"; if (document.layers) { return true; } if (document.images) { document[myimage].src = eval(imgName + "_on.src"); return true; } } function imgOff2(imgName) { myimage = "gall_01"; if (document.layers) { return true; } if (document.images) { document[myimage].src = eval(imgName + "_off.src"); return true; } }