<!--
var totalH;
var cellH;
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4))
if (ns4) {
	totalH = innerHeight;
}
else {
	totalH = document.body.clientHeight;
}
cellH = totalH;
document.write('<img src="./images/spacer.gif" width="5" height="'+cellH+'" border="0">');
//-->
