var T=new Array(), A=new Array();
T[0]="Accueil";     A[0]="/home.nic";
T[1]="Enregistrer"; A[1]="/register.nic";
T[2]="Administrer"; A[2]="/admin.nic"
T[3]="Whois";       A[3]="/whois.nic";
T[4]="FAQ";         A[4]="/faq.nic";
T[5]="Contact";     A[5]="/contact.nic";

document.write('<TABLE cellspacing="0" cellpadding="0" border="0" width="100%" bgcolor="#e0e0c7">');
document.write('	<tr>');
document.write('		<td width="11" valign="top"><img src="/img/ctl_beige.jpg" width="11" height="11" alt="" border="0"></td>');
document.write('		<td align="left" width="100%" NOWRAP><IMG alt="" border="0" src="/img/http-logo.gif" width=275 height=98><img src="/img/http-label.gif" alt="" border="0"></td>');
document.write('<td width="11" align="right" valign="top"><img src="/img/ctr_beige.jpg" width="11" height="11" alt="" border="0"></td>');
document.write('	</tr>');
document.write('  <TR>');
document.write('    <TD align="left" colspan="3" width="100%">');
document.write('    	<TABLE width="100%" class="menu"  border="0" cellspacing="0" cellpadding="0">');
document.write('    	  <TR>');
document.write('    	  	<TD><IMG alt="" border="0" height="15" src="/img/white.gif" width="50"></TD>');
function shm(c,d,s) {
for (var i=0,n=6; i<n; i++) {
	document.write("<TD align='center'>");
	if (i==c) {
		document.write("<img src='/img/blt-bluearrowsmall.gif' alt='' border=0 valign='middle'>");
		if (i==0) document.write("&nbsp;");
	}
	if (i!=0) document.write("&nbsp;");
	document.write("<A href='"+A[i]+"?"+s+"'><span class='menuitem'>"+T[i]+"</span></A>&nbsp;");
	//document.write(""+T[i]+"");
	document.write("</TD>");
	if (i<n-1) document.write("<TD width='15px' class='divbar'><img src='/img/img-divbar.gif' width=15 height=20 alt='' border='0'></TD>");
}
if (d==1) document.write("<TD width='100%' align='right'><a class='decon' href='/logout.nic"+"?"+s+"' >[d&eacute;connexion]</a>&nbsp;&nbsp;</TD>");
else document.write("<TD width='100%'>&nbsp;</TD>");
document.write('    	  </TR>');
document.write('    	  <TR>');
document.write('    	    <TD class="s1" bgcolor="#ebebda" height="1"><IMG alt="" border="0" height="1" src="/img/white.gif" width="45"></TD>');
document.write('					<TD class="s1" bgcolor="#ebebda" colspan="11"><img src="/img/menudot2.jpg" width=450 height=1 alt="" border="0"></td>');
document.write('					<TD class="s1" bgcolor="#ebebda" width="100%"><img src="/img/menudot2.jpg" width="175" height=1 alt="" border="0"></td>');
document.write('					<TD class="s1" bgcolor="#ebebda" width="100%">&nbsp;</td>');
document.write('		  	</TR>');
document.write('			</TABLE>');
document.write('   	</TD>');
document.write('	</TR>');
document.write('</TABLE>');
}