function GoUrl(num)
{
	switch(num)
	{


		case 00 :
			location.href="/index.php"; // ¸ÞÀÎÆäÀÌÁö
		break;



		case 10 :
			location.href="/01_museum/museum_01.php?"; // ¹Ì¼ú°ü¼Ò°³
		break;

		case 11 :
			location.href="/01_museum/museum_02.php"; // ¹Ì¼ú°üº¸±â
		break;



		case 20 :
			location.href="/02_whanki/whanki_01.php"; // ±èÈ¯±â¼±»ý´ÔÀº
		break;

		case 21 :
			location.href="/02_whanki/whanki_02.php"; // ÂªÀº»î ±ä¿¹¼ú
		break;



		case 30 :
			location.href="/03_paint/paint_01.php"; //´ÞÇ×¾Æ¸®
		break;

		case 31 :
			location.href="/03_paint/paint_02.php"; //»ê¿ùÀÌ¾ß±â
		break;
		
		case 32 :
			location.href="/03_paint/paint_03.php"; //¸¶À½ÀÇ ±×¸²
		break;
		
		case 33 :
			location.href="/03_paint/paint_04.php"; //³»°¡ ±×¸° Á¡
		break;



		case 40 :
			location.href="/04_exhibition/exhibition_01.php"; // ÇöÀçÀü½Ã
		break;

		case 41 :
			location.href="/04_exhibition/exhibition_02.php"; // Áö³­Àü½Ã
		break;
		
		case 42 :
			location.href="/04_exhibition/exhibition_03.php"; // ´ÙÀ½Àü½Ã
		break;



		case 50 :
			location.href="/05_edu/edu_01.php"; //¿ÃÇØÀÇ ±³À°Çà»ç
		break;
		
		case 51 :
			location.href="/05_edu/edu_02.php"; //±³À°Çà»ç¿¬Çõ
		break;
		
		
		
		case 60 :
			location.href="/06_egame/egame_01.php"; //¹ÙÅÁ±×¸²¿¡ »öÃ¤¿ì±â1
		break;
		
		case 61 :
			location.href="/06_egame/egame_01_02.php"; //¹ÙÅÁ±×¸²¿¡ »öÃ¤¿ì±â2
		break;
		
		case 62 :
			location.href="/06_egame/egame_01_03.php"; //¹ÙÅÁ±×¸²¿¡ »öÃ¤¿ì±â3
		break;
		
		case 63 :
			location.href="/06_egame/egame_02.php"; //ÆÛÁñ°ÔÀÓ1
		break;
		
		case 64 :
			location.href="/06_egame/egame_02_02.php"; //ÆÛÁñ°ÔÀÓ2
		break;
		
		case 65 :
			location.href="/06_egame/egame_02_03.php"; //ÆÛÁñ°ÔÀÓ3
		break;
		
		case 66 :
			location.href="/06_egame/egame_03.php"; //ÆíÁö¾²±â
		break;


		
		case 70 :
			location.href="/07_general/general_01.php"; // »õ¼Ò½ÄÀ» ÀüÇØ¿ä
		break;
		
		case 71 :
			location.href="/07_general/general_02.php"; // ¹Ì¼ú°ü¿¡ Áú¹®ÇÏ±â
		break;
		
		case 72 :
			location.href="/07_general/general_03.php"; // °ü¶÷¾È³»
		break;
		

		case 80 :
			location.href="/sitemap.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);

}
-->