var sDomain = "";


var win = null;
function NewWindow(strUrl,winName,w,h,scroll)
{
	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	
	settings =
	'height='+h+',width='+w+',top='+eval(TopPosition+60)+',left='+eval(LeftPosition+110)+',scrollbars='+scroll+',resizable=no';
	win = window.open(strUrl,winName,settings);
	
}

function NewWindow2(strUrl, winName, nWidth, nHeight)
{
	var strTop = strLeft = strEdge = "";
	var bEdge = 1;

	var nLeft	= parseInt ((window.screen.availWidth - nWidth) / 2 + 110);
	var nTop	= parseInt ((window.screen.availHeight - nHeight) / 2 + 60);
	
	
	if(nTop > 0) {
		strTop = 'dialogTop:'+nTop+'px;';
	}
	if(nLeft > 0) {
		strLeft = 'dialogLeft:'+nTop+'px;';
	}
	
	if(bEdge != '') {
		strEdge = "edge:";
		strEdge += (bEdge > 0) ? 'raised' : 'sunken';
		strEdge += ';';
	}
	
	var objWin = window.showModalDialog(strUrl,winName,"dialogHeight:"+nHeight+"px;dialogWidth:"+nWidth+"px;"+strTop+strLeft+strEdge+"minimize:no;maximize:no;border:thin;help:0;resizable:0;status:0;scroll:0;unadorned:1;");
	objWin.focus();
	//return objWin;
	
}
 

// ÀÌº¥Æ® ´çÃ·Ã³¸®
//function goEventApply(eventno, correct)
//{
//	
//    goEventApply(eventno);
//}

// ÀÌº¥Æ® ÀÀ¸ð
function goEventApply()
{
    var sUrl = "";
    
    var nwidth = 430;
    var nheight = 215;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/event/mountain/event.jsp";
	window.open(sUrl, "mountainEvent", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// Æ®·¹Å· ÀÏÁ¤ ÆË¾÷
function goTrackingPop()
{
    var sUrl = "";
    
    var nwidth = 500;
    var nheight = 489;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/event/mountain/tracking.jsp";
	window.open(sUrl, "tacking", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// °øÁö»çÇ× ¸ñ·Ï
function goNoticeListPop()
{
    var sUrl = "";

	sUrl = sDomain + "/servlet/com.help.NoticeServ?f_acttype=selectnoticelist";
	window.open(sUrl, "HELP", "toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,width=485,height=380,dependent=yes");
}

// °øÁö»çÇ× »ó¼¼
function goNoticeDtlPop(key)
{
    var sUrl = "";
    if (key == "") return;

	sUrl = sDomain + "/servlet/com.help.NoticeServ?f_acttype=selectnoticedtl&f_noticeno="+key;
	window.open(sUrl, "HELP", "toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,width=485,height=380,dependent=yes");
}

// »çÁø°Ô½ÃÆÇ ¸ñ·Ï
function goPhotoListPop()
{
    var sUrl = "";
	
    var nwidth = 600;
    var nheight = 592;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;

	sUrl = sDomain + "/servlet/com.bbs.PhotoServ?f_acttype=selectphotolist&f_div=P01";
	window.open(sUrl, "BBS", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// »çÁø°Ô½ÃÆÇ »ó¼¼
function goPhotoDtlPop(key)
{
    var sUrl = "";
    if (key == "") return;
	
    var nwidth = 600;
    var nheight = 592;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/servlet/com.bbs.PhotoServ?f_acttype=selectphotodtl&f_photono="+key;
	window.open(sUrl, "BBS", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// »çÁø°Ô½ÃÆÇ µî·Ï
function goPhotoInsertPop()
{
    var sUrl = "";
    
    var nwidth = 610;
    var nheight = 630;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/bbs/fPhoto.jsp";
	window.open(sUrl, "BBS", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// ÇÑÁÙÀÇ°ß µî·Ï
function goHshCmtInsertPop()
{
    var sUrl = "";
    
    var nwidth = 500;
    var nheight = 270;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/bbs/hshevent.jsp";
	window.open(sUrl, "HshComment", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// ºñ¹Ð¹øÈ£ È®ÀÎ
function goHshCmtPwdPop(checktype, key)
{
    var sUrl = "";
    if (key == "") return;
    
    var nwidth = 500;
    var nheight = 270;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;

	sUrl = sDomain + "/bbs/hshevent.jsp?f_checktype="+checktype+"&f_commentno="+key;
	window.open(sUrl, "HshComment", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// ÇÑÁÙÀÇ°ß ÇÃ·¡½¬ Reload
function goHshCmtReload()
{
	var movie = window.document.main;
	movie.SetVariable("_root.commentReload", 1);
}


// ContactUs µî·Ï
function goContactPop()
{
    var sUrl = "";
    
    var nwidth = 474;
    var nheight = 500;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/help/fContact.jsp";
	window.open(sUrl, "HELP", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// ¿ìÆí¹øÈ£ Ã£±â
function goZipCode()
{
	
    var sUrl = "";
    
    var nwidth = 474;
    var nheight = 450;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/common/sZipCode.jsp";
	window.open(sUrl, "HELP", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// ¸ÞÀÎ ¼Ò°³ ¸µÅ©
function gointro(key)
{
    var linkObj = new Object();

    linkObj.e1 = sDomain + "/intro/greeting/";
    linkObj.e2 = sDomain + "/clinic/illinfo/6^0";
    linkObj.e3 = sDomain + "/clinic/illinfo/3^0";

    if (linkObj["e"+key]) top.location.href = linkObj["e"+key];
}


// ÈùÆ®º¸±â
function goHint()
{
	location.href = "/event/followme/vHintView.jsp";
}

function goHintView()
{
	location.href = "/event/followme/fAnswer.jsp";
}



// ¸Þ´º ÀÌµ¿
function goMenu(menu1, menu2)
{
    sUrl = sDomain + "/intro.jsp?tmenu="+menu1+"&smenu="+menu1;
}


function goLogPage(menu)
{
    /*
    if (menu == "00Ku" )
    {
    	coaslog.location.href = "/logging/coas/main.html";
    	//coaslog.location.href = "http://ad.coas2.co.kr/cgi-bin/PelicanC.dll?page?campaignid=001x&traceid=00Ku";
    }
    else if (menu == "00Kv" )
    {
    	coaslog.location.href = "/logging/coas/event.html";
    	//coaslog.location.href = "http://ad.coas2.co.kr/cgi-bin/PelicanC.dll?page?campaignid=001x&traceid=00Kv";
	}
    else if (menu == "00Kw" )
    {
    	//alert("LogPage ÀÌº¥Æ®¿¡ ÀÀ¸ðÇÕ´Ï´Ù.");
    	goHshCmtInsertPop();
    	coaslog.location.href = "/logging/coas/apply.html";
    	//coaslog.location.href = "http://ad.coas2.co.kr/cgi-bin/PelicanC.dll?page?campaignid=001x&traceid=00Kw";
	}
	*/
}

// ±¹Á¦±³·ùÀü¸®ºä
function goAdmPhotoListPop(boardid)
{
    var sUrl = "";
    
    var nwidth = 610;
    var nheight = 650;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/servlet/com.bbs.AdmPhotoServ?f_div="+boardid;
	window.open(sUrl, "AdmPhoto", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
}

// ½ºÅ©·¡Ä¡ ÀÌº¥Æ®
function goScratchEvent()
{
    var sUrl = "";
    
    var nwidth = 430;
    var nheight = 196;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/event/scratch/event.jsp";
	window.open(sUrl, "BBS", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");	
}

// ¾öÈ«±æ ÀÌº¥Æ® ´çÃ·ÀÚ ÆË¾÷
function goMountainEventWinPop()
{
    var sUrl = "";
    var today = new Date();	//¿À´Ã ³¯Â¥
    
    var nwidth = 550;
    var nheight = 625;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;

	sUrl = sDomain + "/popup/mountainEvent.html";

	var CloseDate080508 = new Date("05-28-2008"); //ÆË¾÷ À©µµ¿ì¸¦ ´Ý°íÀÚ ÇÏ´Â ³¯Â¥
	
	if (today < CloseDate080508) {
		var bln080508 = getCookie("20080508");
		
		if ( !bln080508 ) {
			window.open(sUrl, "event_win", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");	
		}
	}
}

// ¾öÈ«±æ ÀÌº¥Æ® ´çÃ·ÀÚ ÆË¾÷
function goMountainEventTopPop()
{
    var sUrl = "";
    var today = new Date();	//¿À´Ã ³¯Â¥
    
    var nwidth = 550;
    var nheight = 625;
    
	var LeftPosition = 0;
	var TopPosition = 0;

	sUrl = sDomain + "/popup/mountainEvent.html";

	var CloseDate080508 = new Date("05-28-2008"); //ÆË¾÷ À©µµ¿ì¸¦ ´Ý°íÀÚ ÇÏ´Â ³¯Â¥
	
	if (today < CloseDate080508) {
		var bln080508 = getCookie("20080508");
		
		if ( !bln080508 ) {
			window.open(sUrl, "event_win", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");	
		}
	}
}

// ¾öÈ«±æ ÀÌº¥Æ® ÈÄ±â ÆË¾÷
function goMountainEventAfterPop()
{
    //var sUrl = "";
    //var today = new Date();	//¿À´Ã ³¯Â¥
    
    var nwidth = 640;
    var nheight = 650;
        
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
	
	sUrl = sDomain + "/popup/080605/mountainAfternote.html";
	window.open(sUrl, "event_win", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");	
	
	//var CloseDate080508 = new Date("10-30-2009"); //ÆË¾÷ À©µµ¿ì¸¦ ´Ý°íÀÚ ÇÏ´Â ³¯Â¥
	//alert("win");
	//if (today < CloseDate080508) {
	//	var bln080602 = getCookie("20080602");
	//	
	//	if ( !bln080602 ) {
	//		window.open("/popup/080605/mountainAfternote.html", "event_win", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");	
	//	}
	//}
	
}

// Æ÷ÅäÀÌº¥Æ® ¸¶°¨
function fnPhotoEventEndPop()
{
    var sUrl = "";
    var today = new Date();	//¿À´Ã ³¯Â¥
	
    var nwidth = 454;
    var nheight = 330;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;

	var CloseDate081001 = new Date("10-30-2009"); //ÆË¾÷ À©µµ¿ì¸¦ ´Ý°íÀÚ ÇÏ´Â ³¯Â¥
	
	if (today < CloseDate081001) {
		var bln081001 = getCookie("20081001");
		
		if ( !bln081001 ) {
			window.open("/popup/photoEventEnd.html", "event_end", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");
		}
	}
}

/* ÀÌº¥Æ® ¸¶°¨ */
function showNotice()
{
	fnPhotoEventEndPop();
}

// ÀÌ¿ë ¾à°ü ÆË¾÷Ã¢
function stipulation_popup(){
	var sUrl = "";
    
    var nwidth = 600;
    var nheight = 500;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/popup/stipulation.html";
	window.open(sUrl, "stipulation", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");	
}

// °³ÀÎ Á¤º¸ Ãë±Þ ¹æÄ§ ÆË¾÷Ã¢
function policy_popup(){
	var sUrl = "";
    
    var nwidth = 600;
    var nheight = 500;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/popup/policy.html";
	window.open(sUrl, "policy", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");	
}

function showMovie(){
	var sUrl = "";
    
    var nwidth = 430;
    var nheight = 360;
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/popup/showMovie.html";
	window.open(sUrl, "showMovie", "width="+nwidth+",height="+nheight+",top="+TopPosition+",left="+LeftPosition+", toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");	
}

function jisungpark(){
	var sUrl = "";
    
	var LeftPosition = (screen.width) ? (screen.width-nwidth)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-nheight)/2 : 0;
    
	sUrl = sDomain + "/jisung/index.jsp";
	window.open(sUrl, "jisungpark", "width="+screen.width+",height="+screen.height+",top=0,left=0, toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no, menubar=no,dependent=yes");	
}