function ecrituremenu() {
	document.write('<table width="200" border="0" cellspacing="0" cellpadding="0" height="600">');
	document.write('<tr height="150">');
	document.write('<td align="left" valign="top" height="150"><img src="../images/artopie.jpg" alt="" height="150" width="200" border="0"></td>');
	document.write('</tr>');
	document.write('<tr height="285">');
	document.write('<td align="left" valign="top" height="285"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.#version=5,0,30,0" height="285" width="200">');
	document.write('<param name="movie" value="../images/menu.swf">');
	document.write('<param name="quality" value="best">');
	document.write('<param name="play" value="true">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed height="285" wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="../images/menu.swf" type="application/x-shockwave-flash" width="200" quality="best" play="true">');
	document.write('</object></td>');
	document.write('</tr>');
	document.write('<tr height="165">');
	document.write('<td align="left" valign="top" height="165">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.#version=5,0,30,0" height="165" width="200">');
	document.write('<param name="movie" value="../images/menu02.swf">');
	document.write('<param name="quality" value="best">');
	document.write('<param name="play" value="true">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed height="165" wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="../images/menu02.swf" type="application/x-shockwave-flash" width="200" quality="best" play="true">');
	document.write('</object></td>');
	document.write('</tr>');
	document.write('</table>');
}

function ecritureContact() {
	document.write('<font class="credits">Artopie / Centre de Création Artistique / 6 rue de la poste 57960 MEISENTHAL / tél+fax : 03 87 96 94 15 / <a href="mailto:artopie@gmail.com " class="creditsLien">artopie@gmail.com </a></font>');
}

// affichage des galeries
function galerie(target) {
	if ((target) && (target != '')) {
		if (document.body.scrollTop) {			// pour IE
			screenScroll		= document.body.scrollTop + 'px';
		} else if (window.pageYOffset) {		// pour FF
			screenScroll		= window.pageYOffset + 'px';
		} else {
			screenScroll 		= '0px';
		}
		with (document.getElementById('viewer')) {
			innerHTML			= createGalerie01(target, 4, 4, '../../../upLoad/full', '../../../upLoad/thumb', 'blanc', 'black');
			innerHTML			+= '<br><br><a class="lienViewer" href="javascript:fermerViewer()">fermer</a>';
			style.display		= 'inline';
			style.top			= screenScroll;
		}
		with (document.getElementById('viewerContener')) {
			style.display		= 'inline';
			style.top			= screenScroll;
		}
	}
}

// fermeture du viewer galerie
function fermerViewer() {
	document.getElementById('viewer').style.display			= 'none';
	document.getElementById('viewerContener').style.display	= 'none';
}
