/* ===============================
   function name : PopupWinOpen
   description : ÆäÀÌÁö ÆË¾÷
   author : cloud9(maintenance@cloud9.co.kr)
   date : 2005/08/03
   lastAuthor :
   lastModifiedDate :
   input parameter :
	1) Url : ÇØ´ç URL
	2) Width : Æø
	3) Height : ³ôÀÌ
   return value :
================================ */
function PopupWinOpen(Url,Width,Height){
	doc_width = document.body.clientWidth;
	doc_height = document.body.clientHeight;

	locationLeft = doc_width/2 - Width/2;
	locationTop = doc_height/2 - Height/2;

	oHandle = window.open(Url,"OpenWin","width="+Width+",height="+Height+",left="+locationLeft+",top="+locationTop+",help=no,resizable=no,scroll=yes,status=no");
	oHandle.focus();
}


/* ===============================
   function name : PopupWinOpen2
   description : ÆäÀÌÁö ÆË¾÷_½ºÅ©·Ñ
   author : cloud9(maintenance@cloud9.co.kr)
   date : 2005/08/03
   lastAuthor :
   lastModifiedDate :
   input parameter :
	1) Url : ÇØ´ç URL
	2) Width : Æø
	3) Height : ³ôÀÌ
   return value :
================================ */
function PopupWinOpen2(Url,Width,Height){
	doc_width = document.body.clientWidth;
	doc_height = document.body.clientHeight;

	locationLeft = doc_width/2 - Width/2;
	locationTop = doc_height/2 - Height/2;

	oHandle = window.open(Url,"OpenWin","width="+Width+",height="+Height+",left="+locationLeft+",top="+locationTop+",help=no,resizable=no,scrollbars=yes,status=no");
	oHandle.focus();
}

function GoMain()
{
	window.location.href="../main.asp";
}

function GoAbout()
{
	window.location.href="AtIntroductionE.asp";
}

function GoRecruit()
{
	window.location.href="AtRecruitInfoE.asp";
}

function GoCommunity()
{
	window.location.href="FcTwosomeStyleE.asp";
}

function GoEvent()
{
	window.location.href="EtEventViewE.asp";
}

function GoFineService()
{
	window.location.href="FsNewsE.asp";
}

function GoMenu()
{
	window.location.href="menu.asp?srh_lcate_idx=1";
}

function GoThemeMenu()
{
	window.location.href="theme.asp";
}

function GoMy()
{
	window.location.href="MyMyPageE.asp";
}

function GoMyPrivate()
{
	window.location.href="modify.asp";
}

function GoReservation()
{
	window.location.href="RvCakeSelectQ.asp";
}

function familyOpen(url,tg)
{
	fwin = window.open(url,tg);
}

function footer(){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='765' height='50'>");
	document.write("<param name='movie' value='http://www.cjfoodville.co.kr/flash/footerBrand.swf'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='wmode' Value='Transparent'>");
	document.write("<embed src='http://www.cjfoodville.co.kr/flash/footerBrand.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='765' height='50'></embed></object>");
}

