// JavaScript Document
function set_flash(wFlash){
	document.write(wFlash);
	}

function initIndex(){
	var wX = document.body.clientWidth
	var wY = document.body.clientHeight
	document.getElementById("subcontent").style.width = wX-250
//	document.getElementById("content").style.height = wY-260+"px";
	document.getElementById("subcontent").style.visibility = "visible"
}

