<!--

if (document.images) {

     topbar = new Image
     topbar.src = 'images/topbar.gif'

     mail = new Image
     mail.src = 'images/mail.gif'

     homeoff = new Image
     homeon = new Image
     homeoff.src = 'images/homeoff.gif'
     homeon.src = 'images/homeon.gif'

     teamoff = new Image
     teamon = new Image
     teamoff.src = 'images/teamoff.gif'
     teamon.src = 'images/teamon.gif'

     servicesoff = new Image
     serviceson = new Image
     servicesoff.src = 'images/servicesoff.gif'
     serviceson.src = 'images/serviceson.gif'

     aboutoff = new Image
     abouton = new Image
     aboutoff.src = 'images/aboutoff.gif'
     abouton.src = 'images/abouton.gif'

     galleryoff = new Image
     galleryon = new Image
     galleryoff.src = 'images/galleryoff.gif'
     galleryon.src = 'images/galleryon.gif'

     newsletteroff = new Image
     newsletteron = new Image
     newsletteroff.src = 'images/newsletteroff.gif'
     newsletteron.src = 'images/newsletteron.gif'

     contactsoff = new Image
     contactson = new Image
     contactsoff.src = 'images/contactsoff.gif'
     contactson.src = 'images/contactson.gif'

     button = new Image
     button.src = 'images/button.gif'
     buttonon = new Image
     buttonon.src = 'images/buttononanim.gif'
     buttonoff = new Image
     buttonoff.src = 'images/buttonoffanim.gif'
 }
//-->
