
// flashWrite(ÆÄÀÏ°æ·Î, °¡·Î, ¼¼·Î, ¾ÆÀÌµð, ¹è°æ»ö, À©µµ¿ì¸ðµå)
function flashWrite(url,w,h,id,bg,win){

	// ÇÃ·¡½Ã ÄÚµå Á¤ÀÇ
	var flashStr=
	"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'>"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<embed src='"+url+"' wmode='"+win+"' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";

	// ÇÃ·¡½Ã ÄÚµå Ãâ·Â
	document.write(flashStr);

}


// sub01 ÇÃ·¡½¬°æ·Î
function sub01url(n){
	if (n=='0'){
		location.href="../intro/sub01.htm";
	}else if(n=='0'){
		location.href="../intro/sub01.htm";
	}else if(n=='1'){
		location.href="../intro/sub02.htm";
	}else if(n=='2'){
		location.href="../intro/sub03.htm";
	}else if(n=='3'){
		location.href="../intro/sub04.htm";
	}else if(n=='4'){
		location.href="../intro/sub05.htm";
	}else if(n=='5'){
		location.href="../intro/sub06.htm";
	}
}

// sub02 ÇÃ·¡½¬°æ·Î
function sub02url(n){
	if (n=='0'){
		location.href="../story/sub01.htm";
	}else if(n=='0'){
		location.href="../story/sub01.htm";
	}else if(n=='1'){
		location.href="../story/sub02.htm";
	}
}

// sub03 ÇÃ·¡½¬°æ·Î
function sub03url(n){
	if (n=='0'){
		location.href="../education/sub01.htm";
	}else if(n=='0'){
		location.href="../education/sub01.htm";
	}else if(n=='1'){
		location.href="../education/sub02.htm";
	}else if(n=='2'){
		location.href="../education/sub03.htm";
	}
}

// sub04 ÇÃ·¡½¬°æ·Î
function sub04url(n){
	if (n=='0'){
		location.href="../cir/sub01.htm";
	}else if(n=='0'){
		location.href="../cir/sub01.htm";
	}else if(n=='1'){
		location.href="../cir/sub02.htm";
	}else if(n=='2'){
		location.href="../cir/sub03.htm";
	}else if(n=='3'){
		location.href="../cir/sub04.htm";
	}else if(n=='4'){
		location.href="../cir/sub05.htm";
	}else if(n=='5'){
		location.href="../cir/sub06.htm";
	}else if(n=='6'){
		location.href="../cir/sub07.htm";
	}else if(n=='7'){
		location.href="../cir/sub08.htm";
	}
}

// sub05 ÇÃ·¡½¬°æ·Î
function sub05url(n){
	if (n=='0'){
		location.href="../data/sub01.htm";
	}else if(n=='0'){
		location.href="../data/sub01.htm";
	}else if(n=='1'){
		location.href="../data/sub02.htm";
	}else if(n=='2'){
		location.href="../data/sub03.htm";
	}else if(n=='3'){
		location.href="../data/sub04.htm";
	}else if(n=='4'){
		location.href="../data/sub05.htm";
	}
}


// sub06 ÇÃ·¡½¬°æ·Î
function sub06url(n){
	if (n=='0'){
		location.href="../community/sub01.htm";
	}else if(n=='0'){
		location.href="../community/sub01.htm";
	}else if(n=='1'){
		location.href="../community/sub02.htm";
	}else if(n=='2'){
		location.href="../community/sub03.htm";
	}else if(n=='3'){
		location.href="../community/sub04.htm";
	}else if(n=='4'){
		location.href="../community/sub05.htm";
	}else if(n=='5'){
		location.href="../community/sub06.htm";
	}
}



// etc Å¾¸Þ´º
function topmenu(n){
	if (n=='0'){
		location.href="../index.htm";
	}else if(n=='1'){
		location.href="../member/sub01.htm";
	}else if(n=='2'){
		location.href="../member/sub02.htm";
	}else if(n=='3'){
		location.href="../data/sub05.htm";
	}
}