// JavaScript Document

function openSitemap() {
	window.open('sitemap.html', null, 'width=400, height=300, menubar=no, toolbar=no, location=no, status=no, resizable=no, scrollbars=no');
	//Modalbox.show('http://kohmatsu.web.fc2.com/test/sitemap.html', {title: 'サイトマップ', width: 740, height: 460, afterHide: closeSitemap});
	//document.getElementById('topFlash').style.visibility = 'hidden';
}

function closeSitemap() {
	document.getElementById('topFlash').style.visibility = 'visible';
}