<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70" class="menutrans"><br>');
}



// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.php" class="menu">Accueil</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="annonce.php" class="menu">Passer une annonce</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="cher.php" class="menu">Consulter les annonces</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.php" class="menu">Contact</a>');

 
//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="news.php" class="menu">Nouveautés</a>');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK






// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="1"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/menu-picture-1.jpg" width="75" height="75" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="75" height="75" border="0"></a><br><br>');
}
document.write('</td></tr><tr><td align=center><br><br><iframe src="scroller/index.html" border="0" frameborder="no" framespacing="0" scrolling="no" height="90" align="top" hspace="0" vspace="0" width="120" marginheight="1" marginwidth="1"></iframe></font></td></tr>');
document.write('<tr><td height="25"></td></tr>');
document.write('<tr><td align="left"><form action="connect.php" method="post"><font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;Connexion:</font><br><br>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ffffff">Email:</font><br>&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="mail" size="20" maxlength="256"  class="shadeform3">');
document.write('<br><br>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ffffff">Mot de passe:</font><br>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" name="pass" size="20" maxlength="256"  class=shadeform3>');
document.write('<br><br>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" value="Connecter" onmouseover="this.className=\'submitbuttonon1\'" onmouseout="this.className=\'submitbutton1\'" class="submitbutton1">');
document.write('</form>');
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="compte.php" class=menu>Créer un compte</a></font></td></tr><tr><td>');
document.write('<a href="#" onclick="Popup=window.open(\'pass.html\',\'Popup\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, width=346,height=222,left=430,top=203\'); return false;"><font color="#00cc00"><br><br>&nbsp;&nbsp;Mot de passe oublié?</font></a>');

document.write('</td></tr></table></DIV>');

 	




//  End -->
