// JavaScript Document
// 01/07/2008 IK

var footer_html = '';
footer_html  = '<style type="text/css">';
footer_html += '.ftr_tblFR { BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #cccccc 1px solid }';
footer_html += '.footerFR_text_grey { FONT-SIZE: 0.68em; PADDING-BOTTOM: 10px; COLOR: #333333; PADDING-TOP: 7px; FONT-FAMILY: Verdana; TEXT-ALIGN: left }';
footer_html += '.footerFR_text_grey A:link { FONT-SIZE: 1em; COLOR: #333333; FONT-FAMILY: Verdana; TEXT-ALIGN: left }';
footer_html += '.footerFR_text_grey A:visited { FONT-SIZE: 1em; COLOR: #333333; FONT-FAMILY: Verdana; TEXT-ALIGN: left }';
footer_html += '.footerFR_text_grey A:hover { FONT-SIZE: 1em; COLOR: #cc0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left }';
footer_html += '</style>';
footer_html += '<table width="750" border="0" cellpadding="0" cellspacing="0" id="Table4" class="ftr_tblFR">';
footer_html += '<tr>';
footer_html += '		<td class="footerFR_text_grey" valign="top" style="padding-left:7px;padding-top:7px;padding-bottom:10px;">';
footer_html += '		<a href="http://www.avaya.fr/gcm/emea/fr/corporate/corporate.htm" target="_blank">Corporate</a> |';
footer_html += '		<a href="http://www.avaya.fr/gcm/emea/fr/corporate/pressroom/press_room.htm" target="_blank">Salle de presse</a> |';
//footer_html += '		<a href="http://investors.avaya.com/" target="_blank">Investisseurs</a> |';
footer_html += '		<a href="http://www.avaya.fr/gcm/emea/fr/corporate/labs/lab.htm" target="_blank">Laboratoire Avaya</a> |';
footer_html += '		<a href="http://www.avaya.fr/gcm/emea/fr/corporate/alliances/partnerships.htm" target="_blank">Alliances &amp; Partenariats</a> |';
footer_html += '		<a href="http://www.avaya.fr/gcm/emea/fr/corporate/careers/careers.htm" target="_blank">Carri&#232;res</a> |';
footer_html += '		<a href="http://www.avaya.fr/gcm/emea/fr/system/sitemap.htm" target="_blank">Plan du site</a></td>';
footer_html += '		<td class="footer_logo" rowspan="2"><!--footer logo--></td>';
footer_html += '</tr><tr>';
footer_html += '   <td class="footerFR_text_grey" valign="bottom" style="padding-left:7px;padding-top:7px;padding-bottom:10px;"><a href="http://www.avaya.fr/gcm/emea/fr/includedcontent/termsofuse.htm" target="_blank">Conditions d\'utilisation </a>';
footer_html += '      | <a href="http://www.avaya.fr/gcm/emea/fr/includedcontent/privacy.htm" target="_blank">Confidentialit&#233;</a>&nbsp; &copy;2009 Avaya Inc.</td>';
footer_html += '</tr>';
footer_html += '</table>';

document.write(footer_html);