// JavaScript Document
function afficherLeft(titre){
	var codehtml = '<table width="770px" border="0" cellspacing="0" cellpadding="0">'
	+ '<tr>'
	+ '<td background="images/left2.gif" width="22px">'
	+ '</td>'
	+ '<td  align="left" valign="top" bgcolor="#ffffff" colspan="3">'
	+ '<!-- intégration du contenu de la boutique ici -->'
	+ '<br/><h2>'+titre+'</h2>'
	+ '<br/>';
	document.write(codehtml);
}

function afficherRight(){
	var codehtml = '</td>'
	+ '<td background="images/right2.gif" width="23px">'
	+ '</td>'
	+ '</tr>'
	+ '<!-- dessin du bas du cadre de l anim -->'
	+ '<tr>'
	+ '<td align="left" valign="top" height="21" width="22"><img src="images/bottomleft2.gif" height="21" width="22" alt=""/></td>'
	+ '<td height="21" colspan="3" width="725"><img src="images/bottom2.gif" height="21" width="725" alt=""/></td>'
	+ '<td height="21" width="23"><img src="images/bottomright2.gif" height="21" width="23" alt=""/></td>'
	+ '</tr>'
	+ '</table>';
	document.write(codehtml);
}

function afficherLeft2(){
	var codehtml = '<table width="770px" border="0" cellspacing="0" cellpadding="0">'
	+ '<tr>'
	+ '<td background="images/left2.gif" width="22px">'
	+ '</td>'
	+ '<td height="460" align="center"  align="left" valign="top" bgcolor="#ffffff" colspan="3">';
	document.write(codehtml);
}
