if (document.all)    {n=0;ie=1;ns6=0;}
if (document.getElementById && !document.all)    {n=0;ie=0;ns6=1;} 
if (ns6) {
	height = innerHeight;
	height = height - 476;
	if (height < 1) height = 1;
	document.write('<IMG SRC="images/spacer.gif" ALT="" WIDTH="1" HEIGHT="',height,'" BORDER="0">');
	}
else if (ie) {
	height = document.body.offsetHeight;
	height = height - 480;
	if (height < 1) height = 1;
	document.write('<IMG SRC="images/spacer.gif" ALT="" WIDTH="1" HEIGHT="',height,'" BORDER="0">');
	}
else {
	document.write('<IMG SRC="images/spacer.gif" ALT="" WIDTH="1" HEIGHT="200" BORDER="0">');
	}