<!-- hide script from old browsers
window.onerror = null;

var netscape = 0;
var goodIE = 0;
browserName = navigator.appName.substring(0,8);
browserVer = parseFloat(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3)
{ netscape = 1; }
if (browserName == "Microsof" && browserVer >= 4)
{ goodIE = 1; }
// end error trapping code


if (netscape || goodIE) {

      normal_pic= new Image(323,155);
      normal_pic.src= "image/index/picmain.gif";
      overviewad = new Image(323,155);
      overviewad.src = "image/index/overview_pic.gif";
      gettingad = new Image(323,155);
      gettingad.src = "image/index/getting_there_pic.gif";
      gettingrad= new Image(323,155);
      gettingrad.src = "image/index/getting_around_pic.gif";
      historyad = new Image(323,155);
      historyad.src = "image/index/history_pic.gif";
      eventsad= new Image(323,155);
      eventsad.src = "image/index/events_pic.gif";
      attractionsad = new Image(323,155);
      attractionsad.src = "image/index/attractions_pic.gif";
      culturead= new Image(323,155);
      culturead.src = "image/index/culture_pic.gif";
      moneyad = new Image(323,155);
      moneyad.src = "image/index/money_cost_pic.gif";
      languagead = new Image(323,155);
      languagead.src = "image/index/language_pic.gif";
      businessad= new Image(323,155);
      businessad.src = "image/index/business_pic.gif";
      nightlifead = new Image(323,155);
      nightlifead.src = "image/index/nightlife_pic.gif";
      restaurantsad= new Image(323,155);
      restaurantsad.src = "image/index/restaurants_pic.gif";
      shoppingad = new Image(323,155);
      shoppingad.src = "image/index/shopping_pic.gif";
      sportad= new Image(323,155);
      sportad.src = "image/index/sport_pic.gif";
	  travelad= new Image(323,155);
      travelad.src = "image/index/travel_pic.gif";

      overview_on = new Image(136,18); 
      overview_on.src = "image/index/overview_on.gif";    
      overview_off = new Image(136,18); 
      overview_off.src = "image/index/overview_off.gif";   
      getting_on = new Image(136,20); 
      getting_on.src = "image/index/getting_there_on.gif";      
      getting_off = new Image(136,20);
      getting_off.src = "image/index/getting_there_off.gif";
      gettingr_on = new Image(136,20); 
      gettingr_on.src = "image/index/getting_around_on.gif";
      gettingr_off = new Image(134,20); 
      gettingr_off.src = "image/index/getting_around_off.gif";
      history_on = new Image(136,20); 
      history_on.src = "image/index/history_on.gif";
      history_off = new Image(136,20); 
      history_off.src = "image/index/history_off.gif";
      events_on = new Image(136,20); 
      events_on.src = "image/index/events_on.gif";   
      events_off = new Image(136,20); 
      events_off.src = "image/index/events_off.gif";       
      attractions_on = new Image(136,20);
      attractions_on.src = "image/index/attractions_on.gif"; 
      attractions_off = new Image(136,20);
      attractions_off.src = "image/index/attractions_off.gif";
      culture_on = new Image(136,19); 
      culture_on.src = "image/index/culture_on.gif";
      culture_off = new Image(136,19); 
      culture_off.src = "image/index/culture_off.gif";
      money_on = new Image(134,18); 
      money_on.src = "image/index/money_cost_on.gif";    
      money_off = new Image(134,18); 
      money_off.src = "image/index/money_cost_off.gif";   
      language_on = new Image(134,20); 
      language_on.src = "image/index/language_on.gif";      
      language_off = new Image(134,20);
      language_off.src = "image/index/language_off.gif";
      business_on = new Image(134,20); 
      business_on.src = "image/index/business_on.gif";
      business_off = new Image(134,20); 
      business_off.src = "image/index/business_off.gif";
      nightlife_on = new Image(134,20); 
      nightlife_on.src = "image/index/nightlife_on.gif";
      nightlife_off = new Image(134,20); 
      nightlife_off.src = "image/index/nightlife_off.gif";
      restaurants_on = new Image(134,20); 
      restaurants_on.src = "image/index/restaurants_on.gif";   
      restaurants_off = new Image(134,20); 
      restaurants_off.src = "image/index/restaurants_off.gif";       
      shopping_on = new Image(134,20);
      shopping_on.src = "image/index/shopping_on.gif"; 
      shopping_off = new Image(134,20);
      shopping_off.src = "image/index/shopping_off.gif";
      sport_on = new Image(134,19); 
      sport_on.src = "image/index/sport_on.gif";
      sport_off = new Image(134,19); 
      sport_off.src = "image/index/sport_off.gif";
	  travel_on = new Image(134,18); 
      travel_on.src = "image/index/travel_site_on.gif";
      travel_off = new Image(134,18); 
      travel_off.src = "image/index/travel_site_off.gif";

}

function swap(imgDocID, imgObjName, imgDocID2, imgObjName2) {
if (netscape || goodIE) {
        document.images[imgDocID].src = eval(imgObjName + ".src");
        document.images[imgDocID2].src = eval(imgObjName2 + ".src");

}}

//end hiding -->