var absoluteRoot = "/";
var dt = new Date();
var yy = dt.getYear();

if(yy < 1900)
	yy += 1900;

var str = ""+location;

if(document.domain.indexOf("a2.marketspace.ca") == 0)
	absoluteRoot = "/anatome/";
else if(str.indexOf("/web/") > 0)
	absoluteRoot = "/web/";
	

document.writeln('  <tr>');
document.writeln('    <td><table width="100%" border="0" align="left" cellpadding="15" cellspacing="0">');
document.writeln('      <tr>');
document.writeln('        <td><a href="http://www.allseating.com/" target="_blank"><img src="' + absoluteRoot + 'images/logo_allseating.gif" alt="allseating" width="131" height="25" border="0" /></a></td>');
document.writeln('        <td align="right" class="footnote">');
document.writeln('		&copy;'+yy+' ANATOME CORPORATION. All Rights Reserved. </td>');
document.writeln('      </tr>');
document.writeln('    </table></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();
}

