// c,est le bon fichier 
// Subscription by email in page
function SCT_Subscription() {
var stringSCT = "";

stringSCT = '<form name="formSubscription" method="post" action="/cgi-sys/formmail.pl">';
stringSCT = '<input type=hidden name="recipient" value="sfons@musiquebeaudoin.com">';
stringSCT = '<input type=hidden name="subject" value="Site web - Un nouvel enregistrement">';
stringSCT = '<input type=hidden name="redirect" value="http://www.musiquebeaudoin.com/fr/redirect_subscription.htm">';
stringSCT += '<table width="160" border="0" cellspacing="1" cellpadding="1">';
stringSCT += '<tr> ';
stringSCT += '<td bgcolor="#666666"><font class="sectionTitle">&nbsp;Abonnez-vous</font></td>';
stringSCT += '</tr>';
stringSCT += '</table>';
stringSCT += '<table width="150" border="0" cellspacing="2" cellpadding="0">';
stringSCT += '<tr>';
stringSCT += '<td width="45"><font class="SmallText">Nom:</font></td>';
stringSCT += '<td width="108"><input class=inputarea type="text" name="Nom" id="Nom" style="width: 102px;"></td>';
stringSCT += '</tr>';
stringSCT += '<tr>';
stringSCT += '<td><font class="SmallText">E-Mail:</font></td>';
stringSCT += '<td><input class=inputarea type="text" name="Email" id="Email" style="width: 102px;"></td>';
stringSCT += '</tr>';
stringSCT += '<tr>';
stringSCT += '<td><font class="SmallText">Style:</font></td>';
stringSCT += '<td>';
stringSCT += '<select name="Style" style="width: 102px;">';
stringSCT += '<option>&nbsp;</option>';
stringSCT += '<option>Guitariste</option>';
stringSCT += '<option>Bassiste</option>';
stringSCT += '<option>Pianiste</option>';
stringSCT += '<option>Percussionniste</option>';
stringSCT += '<option>Chanteur</option>';
stringSCT += '<option>Sonorisation</option>';
stringSCT += '<option>Ins. à vent</option>';
stringSCT += '<option>Enregistrement</option>';
stringSCT += '<option>&Eacute;clairage</option>';
stringSCT += '</select>';
stringSCT += '</td>';
stringSCT += '</tr>';
stringSCT += '<tr>';
stringSCT += '<td><font class="SmallText">&nbsp;</font></td>';
stringSCT += '<td> <div align="left">';
stringSCT += '<input class="formButton" type="submit" name="Submit" value="Inscrire">';
stringSCT += '</div></td>';
stringSCT += '</tr>';
stringSCT += '</table>';
stringSCT += '</form>';

document.write(stringSCT);	  
}

// Used item in page
function SCT_UsedItem() {
var stringSCT = "";

stringSCT = '<table width="160" border="0" cellspacing="1" cellpadding="1">';
stringSCT += '<tr>';
stringSCT += '<td bgcolor="#666666"><font class="sectionTitle">&nbsp;Produits Vedette</font></td>';
stringSCT += '</tr>';
stringSCT += '</table>';
stringSCT += '<table width="150" border="0" cellspacing="2" cellpadding="0">';
stringSCT += '<tr>';
stringSCT += '<td>';

stringSCT += '<table width="150" border="0" cellspacing="0" cellpadding="0">';
stringSCT += '<tr>';
stringSCT += '<td class="SmallText">';
stringSCT += '<ul>';
stringSCT += '<li>Guitare Takamine LTD97 Santa Fe<br>Qté:1 (1075.00$)<br><br>';
stringSCT += '<li>Amplificateur Marshall<br>AVT150H "stack" 4x12<br>Qté:2 (995.00$)<br><br>';
stringSCT += '<li>Amplificateur Fender<br>SuperSonic combo 1x12<br>Qté:1 (1245.00$)<br><br>';
stringSCT += '<a class="link" href="produit_usage2.htm">Voir toute la liste</a>';
stringSCT += '</ul></td>'; 
stringSCT += '</tr>';
stringSCT += '</table>';

stringSCT += '</td>';
stringSCT += '</tr>';
stringSCT += '</table>';
				
document.write(stringSCT);
}

// Special pane in page
function SCT_Special() {
var stringSCT = "";

stringSCT = '<table width="160" border="0" cellspacing="1" cellpadding="1">';
stringSCT += '<tr>';
stringSCT += '<td bgcolor="#666666"><font class="sectionTitle">&nbsp;Spéciaux</font></td>';
stringSCT += '</tr>';
stringSCT += '</table><br>';

stringSCT += '<table width="150" border="0" cellspacing="0" cellpadding="0">';
stringSCT += '<tr><td>';

stringSCT += '<table width="150" border="0" cellspacing="1" cellpadding="1">';
stringSCT += '<tr>';
stringSCT += '<td align="center" valign="top" class="SmallText"><img src="../images/speciaux/marshall_contest(s).jpg" border="1" bordercolor="#000000"><br><b>Concours</b><br>Gagnez un voyage<br>visitez les installations Marshall<br>en angleterre<br>Détails en magasin</td>';
stringSCT += '</tr>';
stringSCT += '</table>';

stringSCT += '<br></td></tr>';
stringSCT += '<tr>';
stringSCT += '<td>';
stringSCT += '</td>';
stringSCT += '</tr>';
stringSCT += '</table>';

				
document.write(stringSCT);
}

// New item, product, etc. in page

function SCT_New() {
var stringSCT = "";

stringSCT = '<table width="160" border="0" cellspacing="1" cellpadding="1">';
stringSCT += '<tr>';
stringSCT += '<td bgcolor="#666666"><font class="sectionTitle">&nbsp;Nouveautés</font></td>';
stringSCT += '</tr>';
stringSCT += '</table>';
stringSCT += '<font class="sectionTitle"><br></font>';
stringSCT += '<table width="150" border="0" cellspacing="2" cellpadding="0">';
stringSCT += '<tr>';
stringSCT += '<td>';

stringSCT += '<table width="150" border="0" cellspacing="0" cellpadding="0">';
stringSCT += '<tr>';
stringSCT += '<td>';

stringSCT += '<table width="150" border="0" cellspacing="1" cellpadding="1">';
stringSCT += '<tr>';
stringSCT += '<td align="center" valign="top" class="SmallText"><img src="../images/speciaux/prs.jpg" border="1" bordercolor="#000000"><br>Nouveauté en magasin <b>Guitares Paul Reed Smith</b><br>séries USA et SE<br><br></td>';
stringSCT += '</tr>';
stringSCT += '<tr>';

stringSCT += '<td align="center" valign="top" class="SmallText"><img src="../images/speciaux/fender_gdec_ad(s).jpg" border="1" bordercolor="#000000"><br><b>Nouveauté en magasin</b><br>Amplificateurs<br>Fender G-Dec<br>à partir de 319.00$<br><br></td>';
stringSCT += '</tr>';
stringSCT += '<tr>';
stringSCT += '<td align="center" valign="top" class="SmallText"><img src="../images/nouveaute/JBL20Logo(s).jpg" border="1" bordercolor="#000000"><br><b>Bientôt en magasin</b><br>nouvelle série JBL<br>PRX600<br><br></td>';
stringSCT += '</tr>';
stringSCT += '<tr>';
stringSCT += '<td align="center" valign="top" class="SmallText"><img src="../images/nouveaute/jblprx_1.jpg" border="1" bordercolor="#000000"><br><b>JBL PRX PRO</b><br><br></td>';
stringSCT += '</tr>';

stringSCT += '</table>';

stringSCT += '<font class="SmallText"><br></font> </td>';
stringSCT += '</tr>';
stringSCT += '<tr>';
stringSCT += '<td>';
stringSCT += '</td>';
stringSCT += '</tr>';
stringSCT += '</table>';

stringSCT += '</td>';
stringSCT += '</tr>';
stringSCT += '</table>';

				
document.write(stringSCT);
}


// Chronical section in page
function SCT_Chronique() {
var stringSCT = "";

stringSCT = '<table width="160" border="0" cellspacing="1" cellpadding="1">';
stringSCT += '<tr><td bgcolor="#666666" class="sectionTitle">&nbsp;Événements</td></tr>';
stringSCT += '</table>';

stringSCT += '<table width="150" border="0" cellspacing="1" cellpadding="1">';
stringSCT += '<tr>';
stringSCT += '<td align="center" valign="top" class="SmallText"><img src="../images/chronique/boum.jpg" border="1" bordercolor="#000000"><br><a class="menua" href="../fr/event.htm">Pour être informé des évènements à venir.</a><br><br></font></td>';
stringSCT += '</tr>';
stringSCT += '</table>';

document.write(stringSCT);
}

function MN_Sondage() {
var stringMENU = "";
/*
stringMENU = '<font class="TextNormal"><img src="../images/menu_sondage.gif" width="135" height="17"><br></font>';
stringMENU += '<table width="128" height="30" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="D43A2E">';
stringMENU += '<tr>';
stringMENU += '<td>';
stringMENU += '<iframe src="http://www.musiquebeaudoin.com/fr/sondages/sd_avr_03.htm" frameborder="0" width="100%" height="360px"scrolling="no"></iframe>';
stringMENU += '</td>';
stringMENU += '</tr>';
stringMENU += '</table>';
				
document.write(stringMENU);*/
}

function MN_Financement() {
var stringMENU = "";

stringMENU = '<font class="TextNormalBlanc"><br><br></font>';
stringMENU += '<table width="128" height="23" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="000000">';
stringMENU += '<tr>';
stringMENU += '<td>';
stringMENU += '<div align="center" valign="top"><font class="TextNormal"><img src="../images/financement/FinancementAccordD.gif" width="75" height="49"><br></font>';
stringMENU += '<font class="TextNormal"><img src="../images/financement/visamastercard.jpg" width="75" height="96"><br></font><font class="TextNormal"><img src="../images/financement/debit.jpg" width="76" height="113"><br></font></div>';
stringMENU += '</td>';
stringMENU += '</tr>';
stringMENU += '</table>';
				
document.write(stringMENU);
}

function MN_General() {
var stringMENU = "";

stringMENU = '<font class="TextNormal"><img src="../images/mn_gen_off.gif" width="135" height="17"><br></font>';
stringMENU += '<table width="128" height="23" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="D43A2E">';
stringMENU += '<tr>';
stringMENU += '<td width="5"><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="historique.htm">-Historique&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="equipe.htm">-Notre équipe&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="fournisseur.htm">-Nos fournisseurs&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="partition.htm">-Partitions&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="event.htm">-Évènements</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="download.htm">-Téléchargement&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '</table>';


document.write(stringMENU);
}

function MN_Services() {
var stringMENU = "";

stringMENU = '<font class="TextNormal"><img src="../images/mn_services_off.gif" width="135" height="17"><br></font>';
stringMENU += '<table width="128" height="23" border="0" cellpadding="0" cellspacing="1" bordercolor="#000000" bgcolor="D43A2E">';
stringMENU += '<tr>';
stringMENU += '<td width="5"><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="services.htm">-Ventes & Échanges';
stringMENU += '<br><a class="menua" href="sonorisationloc.htm">-sonorisation&nbsp;';
stringMENU += '<br><a class="menua" href="location.htm">-Location&nbsp;';
stringMENU += '<br><a class="menua" href="services.htm">-Services&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '</table>';

document.write(stringMENU);
}

function MN_Produits() {
var stringMENU = "";

stringMENU = '<font class="TextNormal"><img src="../images/mn_prod_off.gif" width="135" height="17"><br></font>';
stringMENU += '<table width="128" height="23" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="D43A2E">';
stringMENU += '<tr>';
stringMENU += '<td width="5"><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="accessoire.htm">-Accessoires&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="ins_corde.htm">-Instruments à &nbsp;cordes&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="synthetiseur.htm">-Synthétiseur&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="piano.htm">-Pianos &nbsp;acoustiques&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="pianonumeriques.htm">-Pianos &nbsp;numériques&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="orgues.htm">-Orgues &nbsp;classiques&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="percussion.htm">-Percussions&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="sonorisation.htm">-Sonorisation & &nbsp;Éclairage&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="amplificateur.htm">-Amplificateurs&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="ins_vent.htm">-Instruments à &nbsp;vents&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '<tr>';
stringMENU += '<td><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="enregistrement.htm">-Enregistrement&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '</table>';


document.write(stringMENU);
}

function MN_ProduitsUsed() {
var stringMENU = "";

stringMENU = '<font class="TextNormal"><img src="../images/mn_prodused_off.gif" width="135" height="17"><br></font>';
stringMENU += '<table width="128" height="23" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="D43A2E">';
stringMENU += '<tr>';
stringMENU += '<td width="5"><font class="EspaceMenu">&nbsp;</font></td>';
stringMENU += '<td width="113"><a class="menua" href="produit_usage.htm">-Liste complète&nbsp;</a></td>';
stringMENU += '</tr>';
stringMENU += '</table>';


document.write(stringMENU);
}

function MN_Header() {
var stringMENU = "";

stringMENU = '<font class="TextLinkWhite"><a class="menuahd" href="home.htm">&nbsp;Accueil&nbsp;</a> | <a class="menuahd" href="joindre.htm">&nbsp;Pour nous joindre&nbsp;</a> | <a href="mailto:info@musiquebeaudoin.com" class="menuahd">&nbsp;Courriel&nbsp;</a>&nbsp;</font>';

document.write(stringMENU);
}

function MN_Copyright() {
var stringMENU = "";

stringMENU = '<div align="center"><font class="TextCopyright"><br>Copyright &copy; 2002 Musique Beaudoin. Tous droits réservés.<br>';
stringMENU += 'La reproduction entière ou partielle sous n\'importe quel forme sans la permission écrite de <br>Musique Beaudoin est strictement interdite.<br>';
stringMENU += '</font><font class="TextCopyright">&nbsp;Une ';
stringMENU += 'réalisation de <a class="menuahd" href="http://iabel.brinkster.net/per_emosus/" target="_blank">eMosus</a><br>';
stringMENU += '<br></font></div>';


document.write(stringMENU);
}
