var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

preloadimages("http://www.attitudeweb.be/clients/roro/_bin/images/nav/welcome_hover_en.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/slideshow_hover_en.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/description_hover_en.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/contact_hover_en.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/welcome_hover_fr.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/slideshow_hover_fr.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/description_hover_fr.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/contact_hover_fr.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/welcome_hover_it.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/slideshow_hover_it.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/description_hover_it.gif","http://www.attitudeweb.be/clients/roro/_bin/images/nav/contact_hover_it.gif")



