l// Rollover script
if (document.images) {
 about = new Image
 about_on = new Image

 creators = new Image
 creators_on = new Image
 
 facts = new Image
 facts_on = new Image
   
 schedule = new Image
 schedule_on = new Image
  
 reviews = new Image
 reviews_on = new Image
   
 production = new Image
 production_on = new Image

 linkers = new Image
 linkers_on = new Image
      
 gallery = new Image
 gallery_on = new Image
  
 contact = new Image
 contact_on = new Image

 birm = new Image
 birm_on = new Image

 buffalo = new Image
 buffalo_on = new Image

 charl = new Image
 charl_on = new Image

 chicago = new Image
 chicago_on = new Image

 denver = new Image
 denver_on = new Image

 edmonton = new Image
 edmonton_on = new Image
 
 hartford = new Image
 hartford_on = new Image
 
 la = new Image
 la_on = new Image

 london = new Image
 london_on = new Image
 
 louiseville = new Image
 louiseville_on = new Image

 mont = new Image
 mont_on = new Image

 nyc = new Image
 nyc_on = new Image

 ottawa = new Image
 ottawa_on = new Image
 
 palmbeach = new Image
 palmbeach_on = new Image

 phoenix = new Image
 phoenix_on = new Image
 
 regina = new Image
 regina_on = new Image

 sf = new Image
 sf_on = new Image
 
 seattle = new Image
 seattle_on = new Image

 sydney = new Image
 sydney_on = new Image

 safrica = new Image
 safrica_on = new Image

 toronto = new Image
 toronto_on = new Image
 
 tokyo = new Image
 tokyo_on = new Image

 variety = new Image
 variety_on = new Image

 dc = new Image
 dc_on = new Image

 about.src = "../images/about.gif"
 about_on.src = "../images/about_on.gif"

 creators.src = "../images/creators.gif"
 creators_on.src = "../images/creators_on.gif"
 
 facts.src = "../images/facts.gif"
 facts_on.src = "../images/facts_on.gif"

 schedule.src = "../images/schedule.gif"
 schedule_on.src = "../images/schedule_on.gif"

 reviews.src = "../images/reviews.gif"
 reviews_on.src = "../images/reviews_on.gif"

 production.src = "../images/production.gif"
 production_on.src = "../images/production_on.gif"

 linkers.src = "../images/links.gif"
 linkers_on.src = "../images/links_on.gif"

 gallery.src = "../images/gallery.gif"
 gallery_on.src = "../images/gallery_on.gif"

 contact.src = "../images/contact.gif"
 contact_on.src = "../images/contact_on.gif"
        
 birm.src = "../images/r_birm.gif"
 birm_on.src = "../images/r_birm_on.gif"

 buffalo.src = "../images/r_buffalo.gif"
 buffalo_on.src = "../images/r_buffalo_on.gif"

 charl.src = "../images/r_char.gif"
 charl_on.src = "../images/r_char_on.gif"

 chicago.src = "../images/r_chicago.gif"
 chicago_on.src = "../images/r_chicago_on.gif"

 denver.src = "../images/r_denver.gif"
 denver_on.src = "../images/r_denver_on.gif"

 edmonton.src = "../images/r_edmonton.gif"
 edmonton_on.src = "../images/r_edmonton_on.gif"
 
 hartford.src = "../images/r_hartford.gif"
 hartford_on.src = "../images/r_hartford_on.gif"
 
 la.src = "../images/r_la.gif"
 la_on.src = "../images/r_la_on.gif"

 london.src = "../images/r_london.gif"
 london_on.src = "../images/r_london_on.gif"
 
 louiseville.src = "../images/r_louiseville.gif"
 louiseville_on.src = "../images/r_louiseville_on.gif"

 mont.src = "../images/r_mont.gif"
 mont_on.src = "../images/r_mont_on.gif"

 nyc.src = "../images/r_nyc.gif"
 nyc_on.src = "../images/r_nyc_on.gif"

 ottawa.src = "../images/r_ottawa.gif"
 ottawa_on.src = "../images/r_ottawa_on.gif"
 
 palmbeach.src = "../images/r_palmbeach.gif"
 palmbeach_on.src = "../images/r_palmbeach_on.gif"

 phoenix.src = "../images/r_phoenix.gif"
 phoenix_on.src = "../images/r_phoenix_on.gif"
 
 regina.src = "../images/r_regina.gif"
 regina_on.src = "../images/r_regina_on.gif"

 sf.src = "../images/r_sf.gif"
 sf_on.src = "../images/r_sf_on.gif"
 
 seattle.src = "../images/r_seattle.gif"
 seattle_on.src = "../images/r_seattle_on.gif"

 safrica.src = "../images/r_safrica.gif"
 safrica_on.src = "../images/r_safrica_on.gif"

 sydney.src = "../images/r_sydney.gif"
 sydney_on.src = "../images/r_sydney_on.gif"

 toronto.src = "../images/r_toronto.gif"
 toronto_on.src = "../images/r_toronto_on.gif"
 
 tokyo.src = "../images/r_tokyo.gif"
 tokyo_on.src = "../images/r_tokyo_on.gif"

 variety.src = "../images/r_var.gif"
 variety_on.src = "../images/r_var_on.gif"

 dc.src = "../images/r_wash.gif"
 dc_on.src = "../images/r_wash_on.gif"

}