<!-- DÉBUT

// FICHIER: menu_horz.js

// NOTE: Si tu veux utiliser un ' ajoute un slash avant la ponctutation comme ça \' 


var paypalemail		= "scad@scad.ca"		// EDIT AVEC TON PAYPAL E-MAIL
var storelink		= "http://www.scad.ca/"	    // LIEN RETOUR SUR LE SITE WWW.SCAD.CA


document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0"><tr><td height="1">'); // HAUTEUR DE BA BARRE SOUS LE LOGO
document.write('<img src="picts/spacer.gif" height="1" width="10" border="0" alt="image"><br>');      // HAUTEUR DE BA BARRE SOUS LE LOGO
document.write('</td><td valign="top" align="right" rowspan="3" width="283" class="bar-endtop">');
document.write('<a href="'+storelink+'" target="_blank" ONMOUSEOVER="img_act(\'viewstore\')" ONMOUSEOUT="img_inact(\'viewstore\')"><img src="picts/bar-viewstore-off.gif" height="32" width="283" border="0" name="viewstore" alt="Voir Plans" ></a><br>');
document.write('</td></tr><tr><td class="pagelines">');
document.write('<img src="picts/spacer.gif" height="12" width="10" border="0" alt="image"><br>');
document.write('</td></tr><tr><td align="left">');
document.write('<table cellspacing="0" cellpadding="0" border="0" class="menuhorztext">');
document.write('<tr><td valign="middle" nowrap>');



// DÉBUT DES LIENS HORIZONTAUX GAUCHE



document.write('<a href="index.html" target="_parent" class="menuhorz">S&eacute;lections</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');

document.write('<a href="contact.htm" target="_parent" class="menuhorz">contact</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');

document.write('<a href="aide.htm" target="_parent" class="menuhorz">Aide</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');

document.write('<a href="https://www.paypal.com/cart/business='+paypalemail+'&display=1" class="menuhorz" target="paypal">Mon panier');
document.write('<img src="picts/cart_icon.gif" height="10" width="15" border="0" alt="image" align="absmiddle"></a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');


// FIN DES LIENS HORIZONTAUX DE GAUCHE



document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  FIN -->
