hauteurcadre =17;

xmenu = new Array;
xlien = new Array;

xmenu[0] = 'la société';
xmenu[1] = 'services';
xmenu[2] = 'news & offres';
xmenu[3] = 'prix';
xmenu[4] = 'contact';
xmenu[5] = 'jobs';

xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[5] = ''
xlien[0] += '<A HREF="http://www.fullprint.ch/fr/societe.htm" target="_parent" CLASS=menudyn3>qui sommes-nous</A>';
xlien[0] += ' - '
xlien[0] += '<A HREF="http://www.fullprint.ch/fr/nous_choisir.htm" target="_parent" CLASS=menudyn3>pourquoi nous choisir</A>';
xlien[0] += ' - '
xlien[0] += '<A HREF="http://www.fullprint.ch/fr/clients.htm" target="_parent" CLASS=menudyn3>références clients</A>';
xlien[0] += ' - '
xlien[0] += '<A HREF="http://www.fullprint.ch/fr/exemples.htm" target="_parent" CLASS=menudyn3>quelques réalisations</A>';
xlien[1] += '<A HREF="http://www.fullprint.ch/fr/services/impression.htm" target="_parent" CLASS=menudyn3>impression</A>';
xlien[1] += ' - ' 
xlien[1] += '<A HREF="http://www.fullprint.ch/fr/services/copies.htm" target="_parent" CLASS=menudyn3>copies</A>';
xlien[1] += ' - '
xlien[1] += '<A HREF="http://www.fullprint.ch/fr/services/impression-grand-format.htm" target="_parent" CLASS=menudyn3>impression grand format</A>';
xlien[1] += ' - ' 
xlien[1] += '<A HREF="http://www.fullprint.ch/fr/services/finitions.htm" target="_parent" CLASS=menudyn3>finitions - plastification</A>';
xlien[1] += ' - '
xlien[1] += '<A HREF="http://www.fullprint.ch/fr/services/scan.htm" target="_parent" CLASS=menudyn3>scan</A>';
xlien[2] += '<A HREF="http://www.fullprint.ch/fr/news.htm" target="_parent" CLASS=menudyn3>dernières news & offres du mois</A>';
xlien[3] += '<A HREF="http://www.fullprint.ch/fr/informations/prix/conditions-generales.htm" target="_parent" CLASS=menudyn3>conditions générales</A>';
xlien[3] += ' - '
xlien[3] += '<A HREF="http://www.fullprint.ch/fr/informations/prix/liste-prix.htm" target="_parent" CLASS=menudyn3>liste des prix 2010</A>';
xlien[4] += '<A HREF="http://www.fullprint.ch/fr/informations/contact/jobs.htm" target="_parent" CLASS=menudyn3>jobs</A>';
xlien[4] += ' - '
xlien[4] += '<A HREF="http://www.fullprint.ch/fr/informations/contact/ftp.htm" target="_parent" CLASS=menudyn3>envoyez vos fichiers (ftp)</A>';
xlien[4] += ' - '
xlien[4] += '<A HREF="http://www.fullprint.ch/fr/informations/contact/nous_trouver.htm" target="_parent" CLASS=menudyn3>nous trouver</A>';
xlien[4] += ' - '
xlien[4] += '<A HREF="http://www.fullprint.ch/fr/informations/contact/contact.htm" target="_parent" CLASS=menudyn3>nous contacter</A>';
xlien[4] += ' - '
xlien[4] += '<A HREF="http://www.fullprint.ch/fr/informations/contact/copyright.htm" target="_parent" CLASS=menudyn3>copyright</A>';
xlien[5] += '<A HREF="http://www.fullprint.ch/fr/informations/contact/jobs.htm" target="_parent" CLASS=menudyn3>offre pour graphistes indépendants</A>';
document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#FFFFFF; text-decoration:none;}\nA:hover.menudyn3 {color:#FFFFFF;text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*90)+' BGCOLOR=#660066>  <TR><TD><TABLE CELLPADDING=3 CELLSPACING=0 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#660066 onmouseover="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=2 FACE="Verdana"><B><A HREF="#" onclick="return(false)" onmouseover="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></B></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#58175E HEIGHT='+hauteurcadre+' VALIGN=top><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" width=100% height='+hauteurcadre+'><div id="dynamenu33"> </div></layer></ilayer></TD>  </TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
	{
	if(document.all)
		{
			document.all.td0.style.background='#660066';
	document.all.td1.style.background='#660066';
	document.all.td2.style.background='#660066';
	document.all.td3.style.background='#660066';
	document.all.td4.style.background='#660066';
		tditem.style.background='#660066';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#660066';
	document.getElementById("td1").style.background='#660066';

	document.getElementById("td2").style.background='#660066';
	document.getElementById("td3").style.background='#660066';
	document.getElementById("td4").style.background='#660066';
tditem.style.background='#660066';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=1 FACE="Verdana"><B>'+which+'</B></FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=1 FACE="Verdana, Arial">'+which+'</FONT></CENTER>';
			}
else 	if (document.all){
	dynamenu33.innerHTML=' '
	dynamenu33.innerHTML='<FONT SIZE=1 FACE="Verdana"><B>'+which+'</B></FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);
