
function LinkCImage( TCREF, HFLG ) {
	if ( HFLG ) {
		TCREF.style.backgroundImage = 'url("")';
		if ( document.getElementsByTagName ) {
			TCREF.getElementsByTagName( 'a' )[0].style.color = '#ffffff';
		}
	} else {
		TCREF.style.backgroundImage = 'url("img/menu_bk.gif")';
		if ( document.getElementsByTagName ) {
			TCREF.getElementsByTagName( 'a' )[0].style.color = '#ff9900';
		}
	}
}

function LinkCImageClick( TCREF, url ) {
	LinkCImage( TCREF, 0 );
	Miru_goTo( url );
}

function subWin(file, name){
	window.open(file, name, "width=540,height=550,resizable=no,scrollbars=yes,toolbar=0,menubar=0,location=0,directories=0,status=0");
}

function subWinP(file, name){
        window.open(file, name, 
"width=600,height=500,resizable=no,scrollbars=yes,toolbar=0,menubar=0,location=0,directories=0,status=0");
}
