// Première partie : affichage (ou non) de 4 pavés au maximum en tête de chaque page pour les liens importants
// modifier les variables suivantes pour modifier les liens et titres
// si un titre est vide (""), le pavé n'est pas affiché
//
//
//
//

var titre_1 = "Actualités de l'ABV";
var lien_1 = "http://chaloupesvapeur.blogspot.com/";
var dest_1 = "_blank";

var titre_2 = "Des infos sur la Vapeur";
var lien_2 = "http://balades-pascal.blogspot.com/";
var dest_2 = "_blank";

var titre_3 = "Rassemblements";
var lien_3 = "manifestations.htm";
var dest_3 = "";

var titre_4 = "";
var lien_4 = "";
var dest_4 = "";


var long_tab=0;
if (titre_1 != "") long_tab = long_tab + 150;
if (titre_2 != "") long_tab = long_tab + 150;
if (titre_3 != "") long_tab = long_tab + 150;
if (titre_4 != "") long_tab = long_tab + 150;


document.write ('<center>');
document.write ('<TABLE  border=0 cellSpacing=0 cellpadding=0 width='+long_tab+'>');
document.write ('	<TR>');
document.write ('		<TD width=150>');
//
//
// première case
//
//
if (titre_1 != "") {
	document.write ('			<TABLE  border=0 cellSpacing=0 cellpadding=0 width=150>');
	document.write ('			<TR height=9>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_7_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_8_petit.gif"><TR height=9><TD width=122></TD></TR></TABLE></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_9_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			<TR height=15>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_4_petit_150.gif"><TR height=15><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3 class=texte08 align=center>');
	document.write ('			<A href='+lien_1+' class=liens08');
	if (dest_1 != "") {
		document.write (' target="'+dest_1+'"');
	}
	document.write ('			>'+titre_1+'</A>');
	document.write ('			</TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_6_petit_150.gif"><TR height=15><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			<TR height=9>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_1_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_2_petit.gif"><TR height=9><TD width=122></TD></TR></TABLE></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_3_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			</TABLE>');
	document.write ('			<TABLE height=5><TR><TD width=140></TD></TR></TABLE>');
}
//
//
//
document.write ('		</TD>');
document.write ('		<TD width=150>');
//
//
// Deuxième case
//
//
if (titre_2 != "") {
	document.write ('			<TABLE  border=0 cellSpacing=0 cellpadding=0 width=150>');
	document.write ('			<TR height=9>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_7_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_8_petit.gif"><TR height=9><TD width=122></TD></TR></TABLE></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_9_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			<TR height=15>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_4_petit_150.gif"><TR height=15><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3 class=texte08 align=center>');
	document.write ('			<A href='+lien_2+' class=liens08');
	if (dest_1 != "") {
		document.write (' target="'+dest_2+'"');
	}
	document.write ('			>'+titre_2+'</A>');
	document.write ('			</TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_6_petit_150.gif"><TR height=15><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			<TR height=9>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_1_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_2_petit.gif"><TR height=9><TD width=122></TD></TR></TABLE></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_3_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			</TABLE>');
	document.write ('			<TABLE height=5><TR><TD width=140></TD></TR></TABLE>');
}
//
//
//
document.write ('		</TD>');
document.write ('		<TD width=150>');
//
//
// Troisième case
//
//
if (titre_3 != "") {
	document.write ('			<TABLE  border=0 cellSpacing=0 cellpadding=0 width=150>');
	document.write ('			<TR height=9>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_7_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_8_petit.gif"><TR height=9><TD width=122></TD></TR></TABLE></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_9_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			<TR height=15>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_4_petit_150.gif"><TR height=15><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3 class=texte08 align=center>');
	document.write ('			<A href='+lien_3+' class=liens08');
	if (dest_1 != "") {
		document.write (' target="'+dest_3+'"');
	}
	document.write ('			>'+titre_3+'</A>');
	document.write ('			</TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_6_petit_150.gif"><TR height=15><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			<TR height=9>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_1_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_2_petit.gif"><TR height=9><TD width=122></TD></TR></TABLE></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_3_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			</TABLE>');
	document.write ('			<TABLE height=5><TR><TD width=140></TD></TR></TABLE>');
}
//
//
//
document.write ('		</TD>');
document.write ('		<TD width=150>');
//
//
// Quatrième case
//
//
if (titre_4 != "") {
	document.write ('			<TABLE  border=0 cellSpacing=0 cellpadding=0 width=150>');
	document.write ('			<TR height=9>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_7_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_8_petit.gif"><TR height=9><TD width=122></TD></TR></TABLE></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_9_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			<TR height=15>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_4_petit_150.gif"><TR height=15><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3 class=texte08 align=center>');
	document.write ('			<A href='+lien_4+' class=liens08');
	if (dest_1 != "") {
		document.write (' target="'+dest_4+'"');
	}
	document.write ('			>'+titre_4+'</A>');
	document.write ('			</TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_6_petit_150.gif"><TR height=15><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			<TR height=9>');
	document.write ('			<TD width=5></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_1_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=122 colspan=3><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_2_petit.gif"><TR height=9><TD width=122></TD></TR></TABLE></TD>');
	document.write ('			<TD width=9><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/menu/tube_3_petit.gif"><TR height=9><TD width=9></TD></TR></TABLE></TD>');
	document.write ('			<TD width=5></TD>');
	document.write ('			</TR>');
	document.write ('			</TABLE>');
	document.write ('			<TABLE height=5><TR><TD width=140></TD></TR></TABLE>');
}
//
//
//
document.write ('		</TD>');
//
//
document.write ('	</TR>');



document.write ('</TABLE>');

document.write ('</center>');











//
// *************************************************************
//
document.write ('<TABLE border=0 marginheight=0 marginwidth=0 width=600 cellspacing=0 cellpadding=0>');
document.write ('	<TR height=6>');
document.write ('		<TD width=6><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/start/b_m_m_02_j.gif"><TR height=6><TD width=6></TD></TR></TABLE></TD>');
document.write ('		<TD width=588><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/start/b_m_m_03_j.gif"><TR height=6><TD width=588></TD></TR></TABLE></TD>');
document.write ('		<TD width=6><TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/start/b_m_m_06_j.gif"><TR height=6><TD width=6></TD></TR></TABLE></TD>');
document.write ('	</TR>');
document.write ('	<TR height=100%>');
document.write ('		<TD width=6><TABLE border=0 cellspacing=0 cellpadding=0 height="100%" background="../graphics/start/b_m_m_01_j.gif"><TR height="100%"><TD width=6> </TD></TR></TABLE></TD>');
document.write ('		<TD width=588>');
document.write ('			<TABLE border=0 cellspacing=0 cellpadding=0 background="../graphics/start/fond_fonce_j.gif" height=100% width=100%>');
document.write ('				<TR height=100%>');
document.write ('					<TD width=100%>');
