// Begin preload image script

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin

n_accueil_roll = new Image();
n_accueil_roll.src = "images/navigation/n_accueil_2.gif";

n_activites_roll = new Image();
n_activites_roll.src = "images/navigation/n_activites_2.gif";

n_reservations_roll = new Image();
n_reservations_roll.src = "images/navigation/n_reservations_2.gif";

n_nouvelles_roll = new Image();
n_nouvelles_roll.src = "images/navigation/n_nouvelles_2.gif";

n_liens_roll = new Image();
n_liens_roll.src = "images/navigation/n_liens_2.gif";

n_galerie_roll = new Image();
n_galerie_roll.src = "images/navigation/n_galerie_2.gif";


n_close_roll = new Image();
n_close_roll.src = "../images/navigation/n_close_2.gif";

n_previous_roll = new Image();
n_previous_roll.src = "../images/navigation/n_previous_2.gif";

n_next_roll = new Image();
n_next_roll.src = "../images/navigation/n_next_2.gif";

// End preload image script


// begin popup window script
function openGalerie(link) {
 TextPopUp = window.open(link + '?src=' + document.location,'_galerie','toolbar=0,location=0,menubar=0,scrollbars=0,status=0,resizable=0,width=665,height=515,top=0,left=0')
}
// end popup window script


