<!-- 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		= "35"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "24"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "5"		// 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		= "yes"		// SHOW 4th 3 IMAGES
var showgallery		= "yes"		// SHOW GALLERIES IMAGE TEXT
var showmap		= "no"		// 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 == "yes") {
document.write('<img src="/picts/galleries.png" 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="/musics/changer_dair.mp3" target="_blank"><img src="/picts/sidebar-1.jpg" alt="Changer d\'air" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('<a href="/musics/pourquoi_tes_parti.mp3" target="_blank"><img src="/picts/sidebar-2.jpg" alt="Pourquoi t\'es parti" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('<a href="/musics/melancolie.mp3" target="_blank"><img src="/picts/sidebar-3.jpg" alt="Mélancolie" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
	}



// START THUMBNAILS 2


	if (showimages2 == "yes") {

document.write('<a href="/musics/because_of_you.mp3" target="_blank"><img src="/picts/sidebar-4.jpg" alt="Because of you" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('<a href="/musics/si_tu_savais.mp3" target="_blank"><img src="/picts/sidebar-5.jpg" alt="Si tu savais" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('<a href="/musics/elle_a_pleure.mp3" target="_blank"><img src="/picts/sidebar-6.jpg" alt="Elle a pleuré" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

	}


// START THUMBNAILS 3

	if (showimages3 == "yes") {

document.write('<a href="/musics/avec_la_lune.mp3" target="_blank"><img src="/picts/sidebar-7.jpg" alt="Avec la lune" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('<a href="/musics/une_autre_journee.mp3" target="_blank"><img src="/picts/sidebar-8.jpg" alt="Une autre journée" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('<a href="/musics/art_deco.mp3" target="_blank"><img src="/picts/sidebar-9.jpg" alt="Art déco" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

	}

// START THUMBNAILS 4


	if (showimages4 == "yes") {

document.write('<a href="/musics/comment_te_dire.mp3" target="_blank"><img src="/picts/sidebar-10.jpg" alt="Comment te dire" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('<a href="/musics/dont_know_what_to_say.mp3" target="_blank"><img src="/picts/sidebar-11.jpg" alt="Don\'t know what to say" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('<a href="/musics/theo.mp3" target="_blank"><img src="/picts/sidebar-12.jpg" alt="Théo" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<img src="/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

	}


// 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 -->

