/********************************************************************************************************
	플래쉬 embed
********************************************************************************************************/
function Flash_display(sFName, nWidth, nHeight, flashvars, sVName, BGColor, Wmode ){	
	document.write('<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="'+ nWidth + '" height="'+ nHeight + '" id="'+ sVName +'" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="flashvars" value="' + flashvars + '">');
	document.write('<param name="movie" value="'+ sFName + '" />');
	if(BGColor != null) document.write('<param name="bgcolor" value="' + BGColor + '" />');
	if(Wmode != null) document.write('<param name="wmode" value="' + Wmode + '" />');
	document.write('<embed src="'+ sFName + '" quality="high" bgcolor="#ffffff" width="'+ nWidth + '" height="'+ nHeight + '" name="'+ sVName +'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http:// www.macromedia.com/go/getflashplayer" /> ');
	document.write('</object>');	
}

function setLeftMenuHeight( n )
{
	document.getElementById("DivLeftmenu").style.height = n;
	document.getElementById("DivLeftEtc").style.top = n +30;
}

function setTopmenuHeight( n )
{
	document.getElementById("DivTopmenu").style.height = n;
}

// 기타 플래시 관련 링크
function goKor()
{
	location.href = "/swf/";
}

function goEng()
{
	location.href = "/english/";
}

//퀵메뉴/*

/*function Login()
{
	window.open("/member/01-01_Login_login.php?url=<?=$PHP_SELF?>","_blank","width=300,height=400,resizable=no,scrollbars=no,menubars=no,toolbar=no,location=no,statusbars=no");
}*/

function Logout()
{
	location.href = "/member/logoutProc.php";
}

/*function Register()
{
	location.href = "/member/01-02_Login_register.php";
}*/

function MyPage()
{
	location.href = "/mypage/01-01_Mypage_all.php";
}

function Map()
{
	location.href = "/05.plan/03-03_Plan_union_map.php";
}

function DataBBS()
{
	location.href = "/02.forum/01_Forum_bogo.php";
}

function Sitemap()
{
	location.href = "/sitemap/01_Sitemap_sitemap.php";
}
