var absoluteRoot = "/";
var dt = new Date();
var yy = dt.getYear();

if(yy < 1900)
	yy += 1900;

if(document.domain.indexOf("a2.marketspace.ca") == 0)
	absoluteRoot = "/allseating/web/";
else if(document.domain.indexOf("allseating.com") < 0 || document.domain.indexOf("file://") >= 0 || document.domain == "")
	absoluteRoot = "../";
	
document.writeln('<tr>');
document.writeln('	<td>');
document.writeln('		<table width="100%" border="0" align="left" cellpadding="15" cellspacing="0">');
document.writeln('			<tr>');
document.writeln('				<td valign="top"><a href="http://www.anatomeco.com/" target="_blank"><img src="' + absoluteRoot + 'images/logo_anatome.gif" alt="anatome" width="96" height="24" border="0" /></a></td>');
document.writeln('				<td align="right" class="footnote">');
document.writeln('<table border="0" cellspacing="0" cellpadding="0">');
  document.writeln('<tr>');
    document.writeln('<td class="lowernav"><a href=\'' + absoluteRoot + 'about/index.htm\' class="lowernav">about us</a></td>');
	document.writeln('<td class="lowernav"><a href=\'' + absoluteRoot + 'environment/index.htm\' class="lowernav">environment</a></td>');
    document.writeln('<td class="lowernav"><a href=\'' + absoluteRoot + 'products/index.asp\' class="lowernav">products</a></td>');
    document.writeln('<td class="lowernav"><a href=\'' + absoluteRoot + 'fabrics/index.htm\' class="lowernav">fabrics</a></td>');
    document.writeln('<td class="lowernav"><a href=\'' + absoluteRoot + 'support/index.htm\' class="lowernav">support</a></td>');
    document.writeln('<td class="lowernav"><a href=\'' + absoluteRoot + 'contact/index.htm\' class="lowernav">contact us</a></td>');
	document.writeln('<td class="lowernav"><a href=\'' + absoluteRoot + 'support/french_resources.htm\' class="lowernav">french resources</a></td>');
  document.writeln('</tr>');
document.writeln('</table>');


document.writeln('					&copy;'+yy+' ALLSEATING CORPORATION. All Rights Reserved. <a href=\"javascript:termsWin(\'' + absoluteRoot + 'terms.htm\', 500, 500)" class="footnotelink">Terms of use</a>. Site created by <a href="http://www.msdg.com" target="_blank" class="footnotelink">Marketspace</a>.');
document.writeln('				</td>');
document.writeln('			</tr>');
document.writeln('		</table>');
document.writeln('	</td>');
document.writeln('</tr>');

function termsWin(pageURL,pageWidth,pageHeight)
{
	var tWin = window.open(pageURL, "Terms", "menubar=0,scrollbars=yes,resizable=0,status=0,width=" + pageWidth + ",height=" + pageHeight);
	tWin.focus();
}

