function buildFooter(n){

document.write("<tr>");
document.write("<td>&nbsp;</td>");

if (n==0){
document.write("<td style=\"padding-left:18px;padding-top:15px;\" colspan=4>");
document.write("<a rel=\"nofollow\" href=\"/contact.html\" class=\"subnav\">Contact</a>&nbsp; | &nbsp;<a rel=\"nofollow\" href=\"/sitemap.html\" class=\"subnav\">Sitemap</a>&nbsp; | &nbsp;<a href=\"http://www.onetouchgt.com\" class=\"subnav\">Fax Server Software Home</a>");
document.write("<p class=boiler>One Touch Global Technologies, Inc.<br>Platinum Integrator and Solution Provider of Enterprise Fax Server, Fax Broadcasting solutions, Web Faxing, Document Imaging, RightFax, Fax Software and Data Collection Systems.</p>");
document.write("<p class=boiler>Copyright 2010 OneTouch Global Technologies Inc.</p></td>")
document.write("<td colspan=6>&nbsp;</td></tr>");
}
else{
document.write("<td style=\"padding-left:18px;padding-top:15px;\">");
document.write("<a rel=\"nofollow\" href=\"/contact.html\" class=\"subnav\">Contact</a>&nbsp; | &nbsp;<a rel=\"nofollow\" href=\"/sitemap.html\" class=\"subnav\">Sitemap</a>&nbsp; | &nbsp;<a href=\"http://www.onetouchgt.com\" class=\"subnav\">Fax Server Software Home</a>");
document.write("<p class=boiler>One Touch Global Technologies, Inc.<br>Platinum Integrator and Solution Provider of Enterprise Fax Server, Fax Broadcasting solutions, Web Faxing, Document Imaging, RightFax, Fax Broadcast Services and Data Collection Systems.</p>");
document.write("<p class=boiler>Copyright 2010 OneTouch Global Technologies Inc.</p></td>")
document.write("<td colspan=5>&nbsp;</td></tr>");
}


document.write("</table><p>&nbsp;</p>");

}

if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
 var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
	if (ieversion==7) {
	
	document.getElementById('ie7fix1').style.marginLeft='14px'
	document.getElementById('ie7fix2').style.marginLeft='14px'
	document.getElementById('ie7fix3').style.marginLeft='14px'
	document.getElementById('ie7fix4').style.marginLeft='14px'
	document.getElementById('ie7fix5').style.marginLeft='14px'
	document.getElementById('ie7fix6').style.marginLeft='14px'	}
}