<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR AREA



var imagewidth		= "150"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "34"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "2"		// SPACING BETWEEN IMAGES
var showimages1		= "yes"		// SHOW 1st 3 IMAGES
var showimages2		= "yes"		// SHOW 2nd 3 IMAGES
var showimages3		= "yes"		// SHOW 3rd 3 IMAGES
var showimages4		= "no"		// SHOW 4th 3 IMAGES
var showgallery		= "yes"		// SHOW GALLERIES IMAGE TEXT
var showmap		= "yes"		// SHOW SITE MAP LINK
var sidealign		= "center"	// ALIGN SIDEBAR - left | center | right
var sidebarwidth	= "140"		// SIDEBAR WIDTH (edit css also)





document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top">');
	if (showgallery == "no") {
document.write('<img src="picts/galleries.gif" border="0" width="40" height="300"><br>');
	}
	else {
document.write('<img src="picts/spacer.gif" border="0" width="40" height="300"><br>');
	}
document.write('</td><td valign="top">');




// START THUMBNAILS 1


	if (showimages1 == "yes") {

document.write('<a href="index.html"><img src="picts/accueil-off.png" border="0" width="'+imagewidth+'" height="'+imageheight+'" onmouseover="this.src=\'picts/accueil-on.png\'" onmouseout="this.src=\'picts/accueil-off.png\'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="histoire-transformistes-les-dementes.htm"><img src="picts/histoire-off.png" name="Contact" border="0" width="'+imagewidth+'" height="'+imageheight+'" onmouseover="this.src=\'picts/histoire-on.png\'" onmouseout="this.src=\'picts/histoire-off.png\'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="show-transformiste.htm"><img src="picts/prestations-off.png" border="0" width="'+imagewidth+'" height="'+imageheight+'" onmouseover="this.src=\'picts/prestations-on.png\'" onmouseout="this.src=\'picts/prestations-off.png\'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


	}




// START THUMBNAILS 2


	if (showimages2 == "yes") {
		
document.write('<a href="maquillages-transformiste.htm"><img src="picts/gallerie-off.png" border="0" width="'+imagewidth+'" height="'+imageheight+'" onmouseover="this.src=\'picts/gallerie-on.png\'" onmouseout="this.src=\'picts/gallerie-off.png\'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<a href="videos-show-transformiste.htm"><img src="picts/video-off.png" name="Vidéos" border="0" width="'+imagewidth+'" height="'+imageheight+'" onmouseover="this.src=\'picts/video-on.png\'" onmouseout="this.src=\'picts/video-off.png\'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="media-presse-transformiste.htm"><img src="picts/presse-off.png" name="Media" border="0" width="'+imagewidth+'" height="'+imageheight+'" onmouseover="this.src=\'picts/presse-on.png\'" onmouseout="this.src=\'picts/presse-off.png\'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

	}


// START THUMBNAILS 3


	if (showimages3 == "yes") {

document.write('<a href="soiree-transformiste.htm"><img src="picts/archives-off.png" name="Archives" border="0" width="'+imagewidth+'" height="'+imageheight+'" onmouseover="this.src=\'picts/archives-on.png\'" onmouseout="this.src=\'picts/archives-off.png\'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="partenaires-transformiste.htm"><img src="picts/partenaires-off.png" name="Partenaires" border="0" width="'+imagewidth+'" height="'+imageheight+'" onmouseover="this.src=\'picts/partenaires-on.png\'" onmouseout="this.src=\'picts/partenaires-off.png\'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="contact.htm"><img src="picts/contact-off.png" name="Contact" border="0" width="'+imagewidth+'" height="'+imageheight+'" onmouseover="this.src=\'picts/contact-on.png\'" onmouseout="this.src=\'picts/contact-off.png\'"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


	}




// START THUMBNAILS 4


	if (showimages4 == "yes") {


	}




// START SITEMAP LINK


	if (showmap == "yes") {
document.write('<a href="site_map.htm"><img src="picts/map-off.gif" border="0" alt="Site Map" onmouseover="this.src=\'picts/map-on.gif\'" onmouseout="this.src=\'picts/map-off.gif\'"></a><br>');
	}


document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" border="0" width="'+sidebarwidth+'" height="5"><br>');
document.write('</td></tr></table>');


//  End -->
