function writeGlobalNav() {	var txt = '<div id="mainnav" class="whiteround">';	txt+= '<table cellpadding="0" cellspacing="0" width="100%"><tr><td class="left">&nbsp;</td><td width="100%">';	txt+= '<a href="/index.html" id="gl1" class="glink">Accueil</a>';	txt+= '<a href="/atwork/index.html" id="gl1" class="glink">Solution</a>';	txt+= '<a href="/societe/index.html" id="gl2" class="glink">Sociéte</a>';	txt+= '<a href="/product/index.html" id="gl3" class="glink">Produits</a>';	txt+= '<a href="/societe/contact.html" id="gl4" class="glink">Contacts</a>';	//txt+= '<a href="#" id="gl4" class="glink">Etude de cas </a>';	txt+= '</td><td class="right">&nbsp;</td></tr>';	txt+= '</table>'; 	txt+= '</div>';	document.write(txt);}function writeHeaderHome() {	var txt = '<table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#EEEDE9">';	txt+= '<tr>';	txt+= ' <td><img src="/images/Visuel_Home_cour.jpg" width="500" height="130" alt="Bandeau home"></td>';	txt+= '<td align="right" valign="top"><a href="/index.html"><img alt="small logo" src="/images/logo_header.gif" height="52" width="91" border="0" alt=""/></a> </td>';	txt+= ' </tr>';	txt+= '</table>';	document.write(txt);}function writeHeadersolution() {		var txt = '<table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#f1f0ed">';	txt+= '<tr>';	txt+= ' <td><img src="/images/Visuel_Solution_cour.jpg" width="500" height="130" alt="Bandeau Solution"></td>';	txt+= '<td align="right" valign="top"><a href="/index.html"><img alt="small logo" src="/images/logo_header.gif" height="52" width="91" border="0" alt=""/></a> </td>';	txt+= ' </tr>';	txt+= '</table>';	document.write(txt);}function writeHeaderproduit() {	txt = '<table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#f1f0ed">';	txt+= '<tr>';	txt+= ' <td><img src="../images/Visuel_Produit_cour.jpg" width="500" height="130" alt="Bandeau Sociéte"></td>';	txt+= '<td align="right" valign="top"><a href="/index.html"><img alt="small logo" src="/images/logo_header.gif" height="52" width="91" border="0" alt=""/></a> </td>';	txt+= ' </tr>';	txt+= '</table>';	document.write(txt);}function writeHeaderSoc() {	txt = '<table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#ecede8">';	txt+= '<tr>';	txt+= ' <td><img src="../images/Visuel_Societe_cour.jpg" width="500" height="130" alt="Bandeau Sociéte"></td>';	txt+= '<td align="right" valign="top"><a href="/index.html"><img alt="small logo" src="/images/logo_header.gif" height="52" width="91" border="0" alt=""/></a> </td>';	txt+= ' </tr>';	txt+= '</table>';	document.write(txt);}function writeHeadercontact() {	txt = '<table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#ecede8">';	txt+= '<tr>';	txt+= ' <td><img src="../images/Visuel_Contact_cour.jpg" width="500" height="130" alt="Bandeau Sociéte"></td>';	txt+= '<td align="right" valign="top"><a href="/index.html"><img alt="small logo" src="/images/logo_header.gif" height="52" width="91" border="0" alt=""/></a> </td>';	txt+= ' </tr>';	txt+= '</table>';	document.write(txt);}function writeBorderBasContent() {	var txt = '<table width="100%" cellpadding="0" cellspacing="0" class="bottom">';	txt+= '<tr>';	txt+= '<td class="left"><img src="/images/pix.gif" height="6" width="6" alt=""></td>';	txt+= '<td class="center" width="100%"></td><td class="right"><img src="/images/pix.gif" height="6" width="6" alt=""></td></tr>';	txt+= '</table>';	document.write(txt);}function writeFooter() {	var txt = '<div id="footer" class="whiteround">';	txt += '<table width="100%" cellpadding="0" cellspacing="0" class="top">';	txt += '<tr>';	txt += '<td class="left"><img src="/images/pix.gif" height="6" width="6" alt=""></td>';	txt += '<td class="center" width="100%"></td><td class="right"><img src="/images/pix.gif" height="6" width="6" alt=""></td>';	txt += '</tr>';	txt += '</table>';		txt += '<div class="outercontent">';	txt += '<div class="footer">';	txt += '<a href="/about.html">A propos</a>';	//txt += '<a href="#">Plan du site</a>';	txt += '<a href="/confidencialite.html">Confidentialité</a>';	txt += '<a href="/societe/contact.html">Contactez nous</a>'; 	txt += '<span class="likealink">©2005 HO2D</a>';	txt += '</div></div>';		txt += '<table width="100%" cellpadding="0" cellspacing="0" class="bottom">';	txt += '<tr>';	txt += '<td class="left"><img src="/images/pix.gif" height="6" width="6" alt=""></td>';	txt += '<td class="center" width="100%"></td><td class="right"><img src="/images/pix.gif" height="6" width="6" alt=""></td></tr>';	txt += '</table>';	txt += '</div>';	document.write(txt);}