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

}

//ÇÃ·¡½¬ ¸µÅ©

function menu(num)
{
	switch(num)
	{
		case 11: document.location.href="../cnara/n_cnara_01.php"; 
			break;
		case 12: document.location.href="../cnara/n_cnara_02.php"; 
			break;
		case 13: document.location.href="../cnara/n_cnara_03.php"; 
			break;
		case 14: document.location.href="../cnara/cnara_04.php"; 
			break;
		
			
		case 21: document.location.href="../clinic/clinic_01.php"; 
			break;
		case 22: document.location.href="../clinic/clinic_02.php"; 
			break;
		case 23: document.location.href="../clinic/clinic_03.php"; 
			break;
		case 24: document.location.href="../clinic/clinic_04.php"; 
			break;
			
			
		case 31: document.location.href="../movie/movie_01.php"; 
			break;
		case 32: document.location.href="../movie/movie_02.php"; 
			break;
		case 33: document.location.href="../movie/n_movie_03.php"; 
			break;
		case 34: document.location.href="../movie/movie_04.php"; 
			break;
			
			
		case 41: alert("ºí·Î±×·Î ÀÌµ¿ÇÕ´Ï´Ù");document.location.href="http://blog.naver.com/denti2080"; 
			break;
		case 42: document.location.href="../customer/customer_02.php"; 
			break;
		case 43: document.location.href="../customer/customer_03.php"; 
			break;
}
}

function top(num)
{
	switch(num)
	{
		case 11: document.location.href="/"; 
			break;
		case 12: document.location.href="/customer/sitemap.php"; 
			break;
		case 13: document.location.href="#"; 
			break;
	
	}
}

