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="/fr/01_biography/index.php?checkPage=biography"; // ¿¬º¸
		break;
		

		case 20 :
			location.href="/fr/02_works/index.php?checkPage=works_main"; // ÀÛÇ°¼¼°è
		break;



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

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

		case 32 :
			location.href="/fr/03_museum/index.php?checkPage=museum_03"; // ¼³°èÀÚ ¸Þ¼¼Áö
		break;
		
		case 33 :
			location.href="/fr/03_museum/index.php?checkPage=museum_04"; // ¹Ì¼ú°ü °Ç¹°¾È³»
		break;
		
		
		case 40 :
			location.href="/fr/04_general/index.php?checkPage=general"; //°ü¶÷¾È³»
		break;
		
		
		case 50 :
			location.href="/fr/05_community/index.php?checkPage=community_01"; //»õ¼Ò½Ä
		break;
		
		case 51 :
			location.href="/fr/05_community/index.php?checkPage=community_02"; //FAQ
		break;
		
		
		case 70 :
			location.href="/fr/contactus.php"; //Contact Us
		break;
		
		
		case 80 :
			location.href="/fr/sitemap.php"; //Sitemap
		break;


	}
}

var msg = '¡á Musee Whanki ¡á'; //»óÅÂÇ¥½ÃÁÙ¿¡ ³ÖÀ» ¸Þ¼¼Áö
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);

}
-->