//************ mun Principal ************//
Text     = '#FFFFFF'
bgcolor  = '#F8F8F8' // Couleur Arrière
bgcolor2 = '#FFDCA8' // Couleur Arrière Surbrillance
bgcolor3 = '#DDDDDD' // Couleur Bordure 
kar = 179     // kargeur
HautMM =  25       // HautM 
TailM  =   1       // Taille Font
mun = new Array
i=0
mun[i++] = 'Echantillons produit'//<--Titre
mun[i++] = 'http://www.realisaprint.com/lu/boutique/compte_echantillon.php' //<--Adresse lien
mun[i++] = 'Demande de devis'//<--Titre
mun[i++] = 'http://www.realisaprint.com/lu/impression-demande-devis.html' //<--Adresse lien
mun[i++] = 'Pré-creation'//<--Titre
mun[i++] = 'http://www.realisaprint.com/lu/imprimerie_en_ligne_guide.html#-3_PRE-CREATION' //<--Adresse lien
mun[i++] = 'Conseil PAO-Fichier'//<--Titre
mun[i++] = 'http://www.realisaprint.com/lu/imprimerie_en_ligne_guide.html#-2_CREER_DES_FICHIERS_OPTIMUM' //<--Adresse lien
mun[i++] = 'Passer commande'//<--Titre
mun[i++] = 'http://www.realisaprint.com/lu/imprimerie_en_ligne_guide.html#1-PASSER_COMMANDE_EN_LIGNE' //<--Adresse lien
mun[i++] = 'Conditions de vente'//<--Titre
mun[i++] = 'http://www.realisaprint.com/lu/boutique/cgv.php' //<--Adresse lien
mun[i++] = 'Nos garanties'//<--Titre
mun[i++] = 'http://www.realisaprint.com/lu/impression-en-ligne-qualite.html' //<--Adresse lien


//************ Fin des paramètres, Début du programme ************//
document.write('<style type="text/css">')
//document.write('.poppers {POSITION:absolute; VISIBILITY:hidden; z-index:15; left:'+(10)+' }')
document.write('.ejsmun {color:#242424; text-decoration:none; cursor:default;}') //cursor:default ou hand
document.write('</style>')
document.write('<div style="position:relative"><DIV class=poppers id=topdeck></DIV>')
//if(document.getElementById) { skn = document.getElementById("topdeck").style }

document.onclick = function() { if(document.getElementById) skn.visibility = "hidden" }
if(document.getElementById)
{	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR='+bgcolor3+' WIDTH='+kar+' HEIGHT=80><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT='+HautMM*mun.length/2+'>')
	pass = 0
	while(pass < mun.length/2)
	{	document.write('<tr><TD WIDTH='+kar+' ALIGN=left BGCOLOR='+bgcolor+' onMouseDown="location.href=\''+mun[pass*2+1]+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmun><FONT SIZE='+TailM+' FACE=arial><B>'+mun[pass*2]+'</B></FONT></TD></tr>')
		pass++
	}	
	document.write('</TABLE></TD></TR></TABLE></DIV>')
}
document.write('</div>')

