function newpage(No){
	if ( No == 1 ) {
		w=window.open("","jishowind","width=800,height=600,resizable=yes,scrollbars=yes,toolbar=0,menubar=0,location=0,directories=0,status=0");
	}
   }
function ASAHI_goTo( url ) {
	window.location.href = url;
}
function ASAHI_naviLink( tableCellRef, hoverFlag ) {
	if ( hoverFlag ) {
		tableCellRef.style.backgroundImage = 'url("/img/gnavibar_bg01.gif")';
		if ( document.getElementsByTagName ) {
			tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#c00';
		}
	} else {
		tableCellRef.style.backgroundImage = 'url("/img/gnavibar_bg00.gif")';
		if ( document.getElementsByTagName ) {
			tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#fff';
		}
	}
}
function ASAHI_naviLinkClick( tableCellRef, url ) {
	ASAHI_naviLink( tableCellRef, 0 );
	ASAHI_goTo( url );
}
