// JavaScript Document
// 01/07/2008 IK

var footer_html = '';
footer_html  = '<style type="text/css">';
footer_html += '.ftr_tblSP { 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 += '.footerSP_text_grey { FONT-SIZE: 0.68em; PADDING-BOTTOM: 10px; COLOR: #333333; PADDING-TOP: 7px; FONT-FAMILY: Verdana; TEXT-ALIGN: left }';
footer_html += '.footerSP_text_grey A:link { FONT-SIZE: 1em; COLOR: #333333; FONT-FAMILY: Verdana; TEXT-ALIGN: left }';
footer_html += '.footerSP_text_grey A:visited { FONT-SIZE: 1em; COLOR: #333333; FONT-FAMILY: Verdana; TEXT-ALIGN: left }';
footer_html += '.footerSP_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_tblSP">';
footer_html += '<tr>';
footer_html += '		<td class="footerSP_text_grey" valign="top" style="padding-left:7px;padding-top:7px;padding-bottom:10px;">';
footer_html += '		<a href="http://www.avaya.es/gcm/emea/es/corporate/corporate.htm" target="_blank">Informaci&#243;n corporativa</a> |';
footer_html += '		<a href="http://www.avaya.es/gcm/emea/es/corporate/pressroom/press_room.htm" target="_blank">Sala de prensa</a> |';
//footer_html += '		<a href="http://investors.avaya.com/" target="_blank">Inversores</a> |';
footer_html += '		<a href="http://www.research.avayalabs.com/" target="_blank">Avaya Labs</a> |';
footer_html += '		<a href="http://www.avaya.es/gcm/emea/es/corporate/alliances/partnerships.htm" target="_blank">Alianzas y asociaciones </a> |';
footer_html += '		<a href="http://www.avaya.es/gcm/emea/es/corporate/careers/careers.htm" target="_blank">Oportunidades laborales</a> |';
footer_html += '		<a href="http://www.avaya.es/gcm/emea/es/system/sitemap.htm" target="_blank">Mapa del sitio</a></td>';
footer_html += '		<td class="footer_logo" rowspan="2"><!--footer logo--></td>';
footer_html += '</tr><tr>';
footer_html += '   <td class="footerSP_text_grey" valign="bottom" style="padding-left:7px;padding-top:7px;padding-bottom:10px;"><a href="http://www.avaya.es/gcm/emea/es/includedcontent/termsofuse.htm" target="_blank">Condiciones de uso</a>';
footer_html += '      | <a href="http://www.emea.avaya.com/gcm/emea/en-us/includedcontent/privacy.htm" target="_blank">Privacidad</a>&nbsp; &copy;2009 Avaya Inc.</td>';
footer_html += '</tr>';
footer_html += '</table>';

document.write(footer_html);