
/*
<!-- For providing the sitemap link in the footer -->

var sitemapURL = "/sitemap/index.html";

<!--  For providing the advance search in the footer -->
*/
var advanceSearchURL = "http://199.64.1.250/search?restrict=em&q=&site=wwwhony&output=xml_no_dtd&client=wwwhony&proxystylesheet=http://www.honeywell.com%2Fsites%2Fxslt%2FEM.xslt&proxycustom=<ADVANCED/>";

function uws_getFooterAndGlobalLinks(showRegion, showTranslate, advanceSearch) {

document.write('	<form name="choose_lang"><div id="footer">');
document.write('	<table border="0" cellpadding="0" cellspacing="0" width="760" id="footrule">');
document.write('	<tr class="footrule">');
document.write('	<td><img src="/images/c.gif" width="1" height="4" border="0"></td>');
document.write('	</tr><tr>');
document.write('	<td><img src="/images/c.gif" width="1" height="4" border="0"></td>');
document.write('	</tr></table>');
document.write('	<table border="0" cellpadding="0" cellspacing="0" width="760" id="footnav">');
document.write('	<tr class="footer" height="25">');
document.write('	<td width="400" class="footer" height="20" colspan="7">');
document.write('	<div class="marg16">');
document.write('	<a href="http://www.honeywell.com/sites/portal?smap=honeywell&page=copyright&theme=T8" target="_blank">Terms & Conditions</a> | ');
document.write('	<a href="http://www.honeywell.com/privacy" target="_blank">Privacy Statement</a>');	
if(sitemapURL != "")
document.write('	 | <a href="'+sitemapURL+'">Site Map</a>');
if(advanceSearchURL != "" && advanceSearch)
document.write('	 | <a href="'+advanceSearchURL+'">Advanced Search</a>');
document.write('	</div></td>');

document.write('	    <TD class="bgwhite" width="3"><IMG src="/images/c.gif" width="3" height="24" border="0"></TD>');
document.write('	    <TD width="40"><DIV class="marg16" id="flag">');
document.write('	    <IMG height=14 src="/images/icon_flag_usa.gif" width="20" border="0"></DIV></TD><TD class="footer" width="100">');
document.write(' 	    <TD width="3"><IMG src="/images/c.gif" width="3" height="24" border="0"></TD><TD class=bgwhite width="3"><IMG alt="" src="/images/c.gif" width="3" height="1" border="0"></TD>');	    
                          
        
if(!showRegion && showTranslate)
document.write('         <TD class=bgwhite width="3"><IMG src="/images/c.gif" width="3" height="1" border="0"></TD>');
        
if (showTranslate) {	    
document.write('	     <td><IMG src="/images/c.gif" height="1" width="4"></td>');
document.write('	     <td><div class="marg16" id="transimg"><img src="/images/txt_translate.gif" width="100" height="12" title="Translate this Page" alt="Translate this Page" border="0"></div></td>');
document.write('	     <td class="footer"><select class="lang" name="language">');
document.write('	     <option value="EN" >English</option></select></td>');
document.write('	     <td class="footer" width="18"><a href="#"><img src="/images/icon_arrow_circ.gif" width="14" height="14" hspace="4" title="Translate this Page" alt="Translate this Page" border="0"></a></td>');
} else {
document.write('	     <td><IMG src="/images/c.gif" height="1" width="220"></td>');
}	
document.write('	</tr></table>');
document.write('	</div></form>');
}


