var userRes
var hght
var wdth

hght=window.innerHeight
wdth=window.innerWidth

userRes=window.innerHeight

if (userRes>1)

	if (wdth<676)
	userRes=''
	else { window.scrollbars.visible=false
		userRes=hght-202 }

else {
hght=document.body.clientHeight;
wdth=document.body.clientWidth;

if(wdth<676)
	userRes=''	
	else  userRes=hght-198; 
}
	document.write("<div style='height:"+userRes+"; overflow:auto' width=100% border=0>")