function go_sommaire() {document.location.href="index.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
function go_osensei() {document.location.href="osensei.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
function go_technique() {document.location.href="technique.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
function go_adherents() {document.location.href="adherents.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
function go_calendrier() {document.location.href="calen.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
function go_album() {document.location.href="albumphoto.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
function go_liens() {document.location.href="liens.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
function go_historique() {document.location.href="historique.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
function go_contact() {document.location.href="contact.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
function go_pratiquer() {document.location.href="pratiquer.php?sid=dcfd84d79dd2e93fdbf95dad4cc3f968";}
var NS = (document.layers||(document.getElementById&&!document.all)) ? 1 : 0;
var IE = (document.all) ? 1: 0;
var MouseY=0;
// POUR OUVRIR LES PHOTOS
var inicomm = "";
function pdef_zone(num){
if (document.layers) {
document.write(''+inicomm+'
');
}
else {
document.write('
'+inicomm+'');
}
}
function pdef_info(num){
if (document.layers) {
document.write('');
}
else {
document.write('');
}
}
function hide_photo(num){
if (NS) {if (document.layers) {eval('document.layers.laphoto'+num+'.visibility="hidden";');}
else {eval('window.document.getElementById("laphoto'+num+'").style.visibility="hidden";');}}
else {eval('document.all.laphoto'+num+'.style.visibility="hidden";');}
}
function show_photo(num){
var any = (document.getElementById("laphoto"+num+"")) ? 1 : 0;
var NSN = (document.layers ||(document.getElementById&&!document.all)) ? 1 : 0;
if (any) {
if ((window.document.getElementById("laphoto"+num+"").style.visibility=="hidden"))
{
// test if IE or not
if (window.document.all) scrollTop=document.body.scrollTop; else scrollTop=window.pageYOffset;
window.document.getElementById("laphoto"+num+"").style.top=(120+scrollTop)+"px";
window.document.getElementById("laphoto"+num+"").style.visibility="visible";
window.document.getElementById("laphoto"+num+"").focus();
}
else {
if (window.document.getElementById("laphoto"+num+"")) {
window.document.getElementById("laphoto"+num+"").blur();
window.document.getElementById("laphoto"+num+"").style.visibility="hidden";
}
}
} else
{
alert("Cette commande ne fonctionne pas avec votre navigateur !\nEssayez IE ou Firefox.");
}
/*
if (NS) { diffY = self.pageYOffset;} else diffY = document.body.scrollTop;
if (NS) {
if (document.layers)
{eval('document.layers.laphoto'+num+'.visibility="visible";');}
else {eval('window.document.getElementById("laphoto'+num+'").style.visibility="visible";');
eval('window.document.getElementById("laphoto'+num+'").style.top="'+(diffY+120)+' px";');
}
}
else {eval('document.all.laphoto'+num+'.style.visibility="visible";');
eval('document.all.laphoto'+num+'.style.top="'+(diffY+120)+' px";');
}
*/
}
function popup_img(page,warn,num){
function ingo(num) {
if (IE) {eval('document.all.laphoto'+num+'.innerHTML=lacomm;');}
else {
if (document.layers) {eval('document.layers.laphoto'+num+'.document.write(lacomm);document.layers.laphoto'+num+'.document.close();');}
else {eval('window.document.getElementById("laphoto'+num+'").innerHTML=lacomm;');}
}
show_photo(num);
}
//alert(">"+page+"<");
if (page=="") {
if (num==1000) {hide_photo('1000');}
return;
}
lacomm = "";
lacomm+='';
lacomm+=' |
';
lacomm+='| | |
';
lacomm+='
';
if (num==1000) {ingo('1000');}
}