function GoUrl(num)
{
	switch(num)
	{
		case 00 :
			location.href="/new_html/main.php"; // ±¹¹®
		break;

		case 01 :
			location.href="/eng"; // ¿µ¹®
		break;
		
		case 02 :
			location.href="/jp"; // ÀÏ¹®
		break;

		case 03 :
			location.href="/fr"; // ºÒ¹®
		break;


		case 10 :
			location.href="/new_html/01_whanki/index.php?checkPage=biography"; // ¿¬º¸
		break;

		case 11 :
			location.href="/new_html/01_whanki/index.php?checkPage=works_main"; // ÀÛÇ°¼¼°è
		break;



		case 20 :
			location.href="/new_html/02_museum/index.php?checkPage=museum_01"; // ¼³¸³ÀÚ ¸Þ¼¼Áö
		break;

		case 21 :
			location.href="/new_html/02_museum/index.php?checkPage=museum_02"; // µð·ºÅÍ ¸Þ¼¼Áö
		break;

		case 22 :
			location.href="/new_html/02_museum/index.php?checkPage=museum_03"; // ¼³°èÀÚ ¸Þ¼¼Áö
		break;
		
		case 23 :
			location.href="/new_html/02_museum/index.php?checkPage=museum_04"; // ¹Ì¼ú°ü °Ç¹°¾È³»
		break;



		case 30 :
			location.href="/new_html/03_exhibition/index.php?checkPage=ex_01"; //ÇöÀç Àü½Ã
		break;

		case 31 :
			location.href="/new_html/03_exhibition/index.php?checkPage=ex_02"; //Áö³­ Àü½Ã
		break;
		
		case 32 :
			location.href="/new_html/03_exhibition/index.php?checkPage=ex_03"; //´ÙÀ½ Àü½Ã
		break;



		case 40 :
			location.href="/new_html/04_edu/index.php?checkPage=edu01"; // ¿ÃÇØÀÇ ±³À°/Çà»ç
		break;

		case 41 :
			location.href="/new_html/04_edu/index.php?checkPage=edu02"; // ±³À°/Çà»ç ¿¬Çõ
		break;



		case 50 :
			location.href="/new_html/05_publication/index.php?checkPage=pub_01"; //Àü½Ã µµ·Ï ¹× È­Áý
		break;
		
		case 51 :
			location.href="/new_html/05_publication/index.php?checkPage=pub_02"; //¿¡¼¼ÀÌ
		break;
		
		case 52 :
			location.href="/new_html/05_publication/index.php?checkPage=pub_03"; //ÀÏ¹ÝÀü½Ã °ü·Ã¼­Àû
		break;
		
		
		case 60 :
			location.href="/new_html/06_general/index.php?checkPage=general_01"; //»õ¼Ò½Ä
		break;
		
		case 61 :
			location.href="/new_html/06_general/index.php?checkPage=general_02"; //°ü¶÷¾È³»
		break;
		
		case 62 :
			location.href="/new_html/06_general/index.php?checkPage=general_03"; //FAQ
		break;


		
		case 70 :
			location.href="/new_html/contactus.php"; // Contact Us
		break;

		case 80 :
			location.href="/new_html/sitemap.php"; // »çÀÌÆ®¸Ê
		break;
		
		
		case "a1" :
			location.href="/new_html/artshop/index.php";
		break;
		
		case "a2" :
			location.href="/new_html/artshop/list.php"; 
		break;
		
		case "a3" :
			location.href="/new_html/artshop/mun.php"; 
		break;
		
		case "f1" :
			location.href="/new_html/foundation/index.php";
		break;
		
		case "f2" :
			location.href="/new_html/foundation/history.php"; 
		break;
		
		case "f3" :
			location.href="/new_html/foundation/prix_whanki.php"; 
		break;


	}
}

var msg = 'È¯±â¹Ì¼ú°ü'; //»óÅÂÇ¥½ÃÁÙ¿¡ ³ÖÀ» ¸Þ¼¼Áö
function hideURL() {
window.status = msg;
timerID= setTimeout("hideURL()", 0);
}
hideURL();

// 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);

}
