// Begin preload image script

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// preload navigation images
n_home_roll = new Image();
n_home_roll.src = "../images/navigation/n_home_f_2.gif";

n_workshop_roll = new Image();
n_workshop_roll.src = "../images/navigation/n_workshop_f_2.gif";

n_project_roll = new Image();
n_project_roll.src = "../images/navigation/n_project_f_2.gif";

n_contact_roll = new Image();
n_contact_roll.src = "../images/navigation/n_contact_f_2.gif";

n_langue_roll = new Image();
n_langue_roll.src = "../images/navigation/n_langue_e_2.gif";

n_associes_roll = new Image();
n_associes_roll.src = "../images/navigation/sn_associes_f_2.gif";

n_equipe_roll = new Image();
n_equipe_roll.src = "../images/navigation/sn_equipe_f_2.gif";

n_fondateur_roll = new Image();
n_fondateur_roll.src = "../images/navigation/sn_fondateur_f_2.gif";

n_affaires_roll = new Image();
n_affaires_roll.src = "../images/navigation/sn_affaires_f_2.gif";

n_communautaire_roll = new Image();
n_communautaire_roll.src = "../images/navigation/sn_communautaire_f_2.gif";

n_culturel_sportif_roll = new Image();
n_culturel_sportif_roll.src = "../images/navigation/sn_culturel_sportif_f_2.gif";

n_municipal_roll = new Image();
n_municipal_roll.src = "../images/navigation/sn_municipal_f_2.gif";

n_pedagogique_roll = new Image();
n_pedagogique_roll.src = "../images/navigation/sn_pedagogique_f_2.gif";

n_residentiel_roll = new Image();
n_residentiel_roll.src = "../images/navigation/sn_residentiel_f_2.gif";

n_restaure_roll = new Image();
n_restaure_roll.src = "../images/navigation/sn_restaure_f_2.gif";

n_galerie_roll = new Image();
n_galerie_roll.src = "../images/navigation/icone_galerie_anim.gif";


// preload project module navigation images

n_previous_off = new Image();
n_previous_off.src = "../images/navigation/n_previous_2.gif";

n_next_on = new Image();
n_next_on.src = "../images/navigation/n_next_2.gif";

n_close_off = new Image();
n_close_off.src = "../images/navigation/n_close_2.gif";



// End preload image script



// begin popup window script

function open_projet(link) {
 TextPopUp = window.open(link + '?src=' + document.location,'_projet','toolbar=0,location=0,menubar=0,scrollbars=0,status=0,resizable=0,width=665,height=540,top=0,left=0')
}

// end popup window script



