
if (document.layers) {
    orgh = window.innerHeight;
	orgh = orgh - (32*50);
	if(orgh < 1) orgh=1;
	document.write('<img name="gifchangesizeimage" src="1x1.gif" alt="" height="'+orgh+'" width="1">');
}
