
function getMenuTable()
{
 	header = getHeaderContent();

	menuTable = 
	"<table cellspacing='0' cellpadding='0' width='300' align='left' border='0'>"+
    "<tbody>"+
    "<tr>"+
    "<td valign='top'>"+
          
    "<ol>" +
 	  "<li><font color='#0000ff'><a href='/index.htm'>Accueil</a></font></li>"+
	  "<li><a href='/services.htm'>Nos Services</a></li>"+
	  "<li><a href='/produits.htm'>Nos Produits</a></li>"+
	  "<ul class='sousMenu'>"+
		"<li><a href='/produits/airvox.html'>Airvox</a></li>"+
		"<li><a href='/produits/brailleesys12.html'>Bloc note braille ESYS 12</a></li>"+
		"<li><a href='/produits/borne.html'>Borne d'acc&egrave;s vocale</a></li>"+
		"<li><a href='/produits/enregistreurs.html'>Enregistreurs numériques</a></li>"+		
		"<li><a href='/produits/esys40.html'>ESYS 40</a></li>"+		
		"<li><a href='/produits/ilook.html'>iLook</a></li>"+		
		"<li><a href='/produits/imprimante_d.html'>Imprimante basic-d</a></li>"+
		"<li><a href='/produits/infovoxInkey.html'>Infovox inKey</a></li>"+
		"<li><a href='/produits/kitLectureVocal.html'>Kit de lecture vocal</a></li>"+
		"<li><a href='/produits/knfb.html'>K N F B reader</a></li>"+
		"<li><a href='/produits/nvda.html'>Lecteur d'&eacute;cran N V D A</a></li>"+
		"<li><a href='/produits/nvdaKey.html'>Lecteur d'&eacute;cran portable N V D A Key</a></li>"+
		"<li><a href='/produits/microvocal.html'>Microvocal</a></li>"+		
		"<li><a href='/produits/mobilMouse.html'>Mobil' Mouse</a></li>"+		
		"<li><a href='/produits/mountbattenpro.html'>Mountbatten Pro</a></li>"+
		"<li><a href='/produits/nvda-acapela.html'> N V D A - Acapela, lecteur d'&eacute;cran et synth&egrave;se vocale</a></li>"+
		"<li><a href='/produits/leseika40.html'>Plage braille le Seika 40</a></li>"+		
		"<li><a href='/produits/pronto.html'>Pronto</a></li>"+
		"<li><a href='/produits/styloitouchtalk.html'>Stylo iTouch Talk</a></li>"+
		"<li><a href='/produits/speakey.html'>Suite bureautique internet vocale Speakey version 2009</a></li>"+				
		"<li><a href='/produits/syntheseAcapela.html'>Synth&egrave;se Vocale Acapela Group</a></li>"+		
		"<li><a href='/produits/scansoft.html'>Synth&egrave;se Vocale Virginie, S&eacute;bastien et Thomas</a></li>"+
		"<li><a href='/produits/synthesealice.html'>Synth&egrave;se Vocale Alice</a></li>"+
		"<li><a href='/produits/desktopbruno.html'>Synth&egrave;se Vocale Bruno</a></li>"+		
		"<li><a href='/produits/syntheseclaire.html'>Synth&egrave;se Vocale Claire</a></li>"+
		"<li><a href='/produits/syntheseHeather.html'>Synth&egrave;se Vocale Heather</a></li>"+
		"<li><a href='/produits/desktopjulie.html'>Synth&egrave;se Vocale Julie</a></li>"+
		"<li><a href='/produits/syntheselouise.html'>Synth&egrave;se Vocale Louise</a></li>"+		
		"<li><a href='/produits/syntheseRyan.html'>Synth&egrave;se Vocale Ryan</a></li>"+		
		"<li><a href='/produits/viequotidienne.html'>Vie Quotidienne</a></li>"+
		"<li><a href='/produits/vocaltheque.html'>Vocalth&egrave;que version 3.0</a></li>"+
		"<li><a href='/produits/vocalepresse.html'>Vocale Presse</a></li>"+
		"<li><a href='/produits/vocalepresseMobile.html'>Vocale Presse Mobile</a></li>"+
	  "</ul>"+
	  "<li><a href='/journal/abonnement.html'>Journal l'informatique sans peine</a></li>"+
	  "<li><a href='/nouveaute.htm'>Nouveaut&eacute;s</a></li>"+
	  "<li><a href='/telecharger.htm'>Sites de t&eacute;l&eacute;chargement</a></li>"+
	  "<li><a href='/autre.htm'>Autre Liens</a></li>"+
	  "<li><a href='/logiciels.htm'>Petits logiciels gratuits</a></li>"+
	  "<li><a href='/rejoindre.htm'>Pour nous rejoindre</a></li>"+
	"</ol>"+
	
	"</td></tr></tbody>"+
	"</table>";
	
	document.write(menuTable);
}

function getHeaderContent()
{
	header = "<p><center><img src='images/infopratiquelogo.jpg' width='450' height='118'>"+
		"</p><p>&nbsp;</p></center>";

	return header;
}

function getFooter()
{
	footer = "<table cellspacing='0' cellpadding='0' width='100%' align='left' border='0'>"+
    	"<tr>"+
    	"<td valign='top'>"+
    	
	    "<p><font size='5'>&nbsp;</font></p>"+
		"<hr><font size='5'>  <i></i></font>" +
		"<center><font size='5'><i><font size='2'>"+
		"Derni&egrave;re mise &agrave; jour : 6 juin 2010</font></i></font>"+
		"</center>"+
		
		"</td></tr>"+
		"</table>";

	document.write(footer);
}
