var IE4=false;
var IE5=false;
var NN4=false;
var NN6=false;
var OPE=false;

if(document.all && !document.getElementById){IE4 = true;}
if(document.all && document.getElementById){IE5 = true;}
else if(navigator.appName.search(/Opera/i)>=0){OPE = true;}
else if(!OPE && !document.all && document.getElementById){NN6 = true;}
else if(document.layers){NN4 = true;}

function takasa() {
	if(IE5){
		document.write('<div style="width:100%;height:100%;overflow:auto;border:solid 0px;scrollbar-base-color:#000000">'); 
	}else if(IE4){
		document.write('<div style="width:100%;height:100%;overflow:auto;border:solid 0px;scrollbar-base-color:#000000">'); 
	}else if(NN6){
		document.write('<div style="width:100%;height:' + (innerHeight-55)+';overflow:auto;border:solid 0px;scrollbar-base-color:#000000">'); 
	}else if(OPE){
		document.write('<div style="width:100%;height:' + (document.body.clientHeight-55)+';overflow:auto;border:solid 0px;scrollbar-base-color:#000000">'); 
	}else{
		document.write('<div style="width:100%;height:' + (document.body.clientHeight-55)+';overflow:auto;border:solid 0px;scrollbar-base-color:#000000">'); 
	}
}

takasa();
