// avdi.js : fonctions JavaScript propres au site Vent des Iles var win_visite = null ; function open_visite_inspiree() { src = "/VentDesIles/WEBVDI.nsf/visite.html" ; if ( (win_visite == null) || (win_visite.closed) ) { win_visite = window.open(src,"VISITE","fullscreen=no,resizable=yes,status=no,scrollbars=no,toolbar=no,menubar=no"); win_visite.resizeTo (750,600) ; win_visite.moveTo (10,10) ; } else { win_visite.document.close() ; win_visite.document.open() ; win_visite.location = src ; } win_visite.focus() ; } function fermer_visite () { if ( confirm ("Voulez-vous vraiment quitter notre visite inspirée ?")) { window.close() ; } } function ouvrir_catalogue (livre) { // alert ("Accès au catalogue -> livre [" + livre + "]") ; switch (livre) { case '0' : ref = "ILES" ; break ; case '1' : ref = "LE%20SOURIRE" ; break ; case '2' : ref = "BALEINE" ; break ; case '3' : ref = "MOEREN" ; break ; case '4' : ref = "LIEUXDITS" ; break ; case '5' : ref = "ITIN2" ; break ; case '6' : ref = "RANGI" ; break ; case '7' : ref = "ARIOI" ; break ; case '8' : ref = "MAOHI" ; break ; case '9' : ref = "MARGOU2" ; break ; } window.opener.location = "/VentDesIles/WEBVDI.nsf/TechProduits/" + ref ; window.opener.focus() ; } function ajouter_caddie(livre) { window.location = home + "caddy.html?OpenAgent&action=ADD&cle=" + livre ; } var win_login = null ; function login() { src = "/VentDesIles/WEBVDI.nsf/LOGIN" ; win_login = window.open(src,"LOGIN","fullscreen=no,resizable=yes,status=no,scrollbars=no,toolbar=no,menubar=no"); win_login.resizeTo (600,440) ; win_login.moveTo (10,10) ; win_login.focus() ; } var win_time = null ; function show_time (temps) { src = "/VentDesIles/WEBVDI.nsf/time?OpenAgent&TIME=" + temps ; win_time = window.open(src,"TIME","fullscreen=no,resizable=yes,status=no,scrollbars=no,toolbar=no,menubar=no"); win_time.resizeTo (300,300) ; win_time.moveTo (20,20) ; win_time.focus() ; } function selectRadio (fld, value) { for (i=0; i