/* 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] = "photoceremobadge.html"
images[2] = "photoceremoinvitation.html"
images[3] = "photoceremosalle.html"
images[4] = "photoceremoangeladelanoe.html"
images[5] = "photoceremoremisediplom.html"
images[6] = "photoceremodiplom.html"
images[7] = "photoceremoexecution.html"
images[8] = "photoceremoagee.html"
images[9] = "photoceremojeune.html"
images[10] = "photoceremopeintre.html"
images[11] = "photoceremoangpamsuzan.html"
images[12] = "photoceremoapresmidi.html"
images[13] = "photoceremohuma.html"
window.location.href = images[sel.selectedIndex+1];
}
//  End -->
