// flash
document.write('<script type="text/javascript" src="http://www.ohshimaganka.com/js/navi.js"></script>');

// window
document.write('<script type="text/javascript" src="http://www.ohshimaganka.com/js/window.js"></script>');

// form(kinshi.html)
function imeinact(txobj){
	txobj.style.imeMode="inactive";
	txobj.style.backgroundColor="#b0c4de";
}

function imeact(txobj){
	txobj.style.imeMode="active";
	txobj.style.backgroundColor="#b0c4de";
}

function out(txobj){
	txobj.style.backgroundColor="#eee";
}

// kakusyuiinkai
var doc = new Array();
function closeBox(boxID) {
	var ctrl = document.getElementById(boxID);
	if(ctrl.style.display == 'none') {
		ctrl.style.display = 'block';
	} else {
		ctrl.style.display = 'none';
	}
}

//index(2008.3.10 UP)
function nenshi_open(){
	sub = window.open("http://www.ohshimaganka.com/video/100nenshi.html","nenshi_open","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=370,height=470,left=10,top=10");
	sub.focus();
}