// JavaScript Document
var H=screen.availHeight;
H-=200;
function initPos(){
	//document.getElementById("navi_bg").style.height=H+"px";	
}
initPos();