/* AUTEUR: Pellois */
/* Date de création: 14/09/02 */


<!-- Original:  Ronnie T. Moore, Editor -->
<!-- Idea and images by:  Stuart King (stuart@ciceron.com) -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function previewPic(sel) {
document.previewpic.src = "" + sel.options[sel.selectedIndex].value;
}
function showPic(sel) {
images = new Array();
images[1] = "photomeeting_salle.html"
images[2] = "photomeeting_entree.html"
images[3] = "photomeeting_lydia.html"
images[4] = "photomeeting_animateurs.html"
images[5] = "photomeeting_lydia_arrive.html"
images[6] = "photomeeting_fleurs.html"
images[7] = "photomeeting_scene.html"
images[8] = "photomeeting_traduc.html"
images[9] = "photomeeting_leonard.html"
images[10] ="photomeeting_borvo.html"
images[11] ="photomeeting_mrap.html"
images[12] ="photomeeting_birsinger.html"
images[13] ="photomeeting_alleg.html"
window.location.href = images[sel.selectedIndex+1];
}
//  End -->
