// JavaScript Document
// 01/26/2007 WL

var footer_html = '';

footer_html  = '<div><div style ="BORDER-RIGHT: #cccdcb 1px solid; BORDER-TOP: #cccdcb 1px solid; PADDING-LEFT: 10px;  BORDER-LEFT: #cccdcb 1px solid; WIDTH: 750px; BORDER-BOTTOM: #cccdcb 1px solid; HEIGHT: 67px; TEXT-ALIGN: left;PADDING-BOTTOM: 10px; PADDING-TOP: 10px;">';
footer_html += '<table width="748" border="0" cellpadding="0" cellspacing="0" id="Table4">';
footer_html += '<tr>';
footer_html += '<td class="footer1_text_grey" valign="top">';
footer_html += '<A href="http://www.avaya.co.uk/gcm/emea/en-us/corporate/corporate.htm" target=_self>Corporate</A> |';
footer_html += ' <A href="http://www.avaya.co.uk/gcm/emea/en-us/corporate/pressroom/press_room.htm" target=_self>Press Room</A> | ';
footer_html += '<A href="http://www.research.avayalabs.com/" target=_self>Avaya Labs</A> | ';
footer_html += '<A href="http://www1.avaya.co.uk/ecosystem/default.asp" target=_self>Ecosystem</A> | ';
footer_html += '<A href="http://www.avaya.com/usa/careers/" target=_self>Careers</A> | ';
footer_html += '<A href="http://www.avaya.co.uk/gcm/emea/en-us/system/sitemap.htm" target=_self>Site Map</A></td>';
footer_html += '<td rowspan="2"><IMG height=65 src="i/spacer.gif" width=1 border=0></td>';
footer_html += '</tr><tr>';
footer_html += '<td class="footer1_text_grey" valign="bottom"><br/><span align="bottom"><A href="http://www.avaya.co.uk/gcm/emea/en-us/includedcontent/termsofuse.htm">Terms of Use</A> |';
footer_html += ' <A href="http://www.avaya.co.uk/gcm/emea/en-us/includedcontent/privacy.htm">Privacy</A> &copy; 2009 Avaya Inc.</span></td>';
footer_html += '</tr>';
footer_html += '</table>';
footer_html += '</div></div>';

document.write(footer_html);
