function header(){

	document.write('<p><table width=600 cellpadding=0 cellspacing=0 border=0 align=\'center\'>');
	document.write('<tr><td colspan=3 align=\'center\'><p><img src=\'images/logo-ecole.gif\'><br>&nbsp;</p></td></tr>');
	document.write('<tr><td colspan=3 bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td></tr>');
	document.write('<tr><td width=1 bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td><td>');


	if (pagetotal!=1){
		document.write('<p class=\'verysmall\' align=\'right\'><i>page '+no+'/'+pagetotal+'</i>&nbsp;&nbsp;&nbsp;&nbsp;</p>');
	}
	else{
	document.write('&nbsp;<br>');
	}

	if (main=='mcio'){
		document.write('<h1>'+title+'</h1><h2>'+chapitre+'</h2>');
	}
	else{
		document.write('<h1>'+title+'</h1>');
	}

	document.write('</td><td bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td></tr>');
	document.write('<tr><td bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=15></td>');
	document.write('<td><img src=\'images/spacer.gif\' width=598 height=1></td>');
	document.write('<td bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td></tr>');
	document.write('<tr><td colspan=3 bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td></tr>');
	document.write('</table></p>');
	}
	
	
function footer(){
	document.write('<table width=600 cellpadding=0 cellspacing=0 border=0 align=\'center\'>');
	document.write('<tr><td colspan=3 bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td></tr>');
	document.write('<tr><td bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td>');
	document.write('<td><img src=\'images/spacer.gif\' width=598 height=1></td>');
	document.write('<td bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td></tr>');
	document.write('<tr><td bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td>');
	document.write('<td align=\'center\' valign=\'middle\'>');
	document.write('<p align=\'center\' class=\'redbold\'>&nbsp;<br>');

	if (main=='mcio'){
		document.write(''+title+' ; '+chapitre+'<br>&nbsp;<br>');
	}
	else{
		document.write(''+title+'<br>&nbsp;<br>');
	}

		if (i!=pagetotal+1){
			document.write('<a href=\''+main+'-'+chapter+'-'+(i)+'.html\'><b>>> suite à la page '+i+'/'+pagetotal+'</b></a>');
		}
		else{
			if (i>2){
				document.write('<a href=\''+main+'-'+chapter+'-1.html\'><b>>> retour au début du chapitre</b></a>');
				document.write('<img src=\'images/spacer.gif\' width=50 height=1>');
			}
			if (chapter=='paxvobiscum'){
			 document.write('<a href=\''+chaptersuite+'-1.html\'><b>>> aller à la page d\'accueil</b></a>');
			}
			else{
			 document.write('<a href=\''+chaptersuite+'-1.html\'><b>>> aller chapitre suivant</b></a>');
			}
		}
	if (main=='mcio'){
		document.write('<br>&nbsp;<br><a href=\'mcio-intro-1.html\'>introduction</a> - <a href=\'mcio-forme-1.html\'>forme de la quête</a> - <a href=\'mcio-lieu-1.html\'>lieu de la quête</a> - <a href=\'mcio-quete-1.html\'>la quête</a> - <a href=\'mcio-epilogue-1.html\'>épilogue</a>')
	}
	document.write('<br>&nbsp;</p>');

	document.write('</td><td bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td></tr>');
	document.write('<tr><td colspan=3 bgcolor=\'#BF0060\'><img src=\'images/spacer.gif\' width=1 height=1></td></tr>');
	document.write('<tr><td colspan=3 align=\'center\' valign=\'middle\'>');
	document.write('<p align=\'right\'><a class=\'redbold\' href=\'mailto:vrilond@yahoo.fr\'>Contactez-nous</a></p>');
	document.write('<p align=\'center\'><img src=\'images/navigation.gif\' width=338 height=143 border=0 usemap=\'#navMap\'>');
	document.write('<br>&nbsp;</p></td></tr>');
	document.write('</table>');
		document.write('<map name=\'navMap\'>');
		document.write('<area shape=\'rect\' coords=\'3,78,56,110\' href=\'runes-accueil-1.html\'>');
		document.write('<area shape=\'rect\' coords=\'36,8,133,39\' href=\'runes-monde-1.html\'>');
		document.write('<area shape=\'rect\' coords=\'187,6,288,37\' href=\'mcio-intro-1.html\'>');
		document.write('<area shape=\'rect\' coords=\'91,62,167,88\' href=\'runes-oracles-1.html\'>');
		document.write('<area shape=\'rect\' coords=\'263,60,338,91\' href=\'runes-figures-1.html\'>');
		document.write('<area shape=\'rect\' coords=\'68,111,160,138\' href=\'runes-dires-1.html\'>');
		document.write('<area shape=\'rect\' coords=\'221,109,297,134\' href=\'runes-hagaled-1.html\'>');
		document.write('<area shape=\'rect\' coords=\'136,40,208,70\' href=\'runes-paxvobiscum-1.html\'>');
		document.write('</map>');
	}



function go(){

	win3=window.open('video.htm','Video','menubar=no,toolbar=no,directories=no,location=no,resizable=no,scrollbars=no,width=600,height=560');
}