/*-------------------------------------------------
	start ÆË¾÷ ¶ç¿ì±â;
	ÇØ´ç ÇÔ¼ö´Â ÇÃ·¡½Ã¿¡¼­ È£Ãâ
	½ÎÀÌÆ® ±¸ºÐ°ª :
	±¹¹® Grand	: krg
	±¹¹® Coex	: krc
	
	// ¿µ¹® ÇöÀç±îÁö ¹ÌÀû¿ë
	¿µ¹® Grand	: eng
	¿µ¹® Coex	: enc
-------------------------------------------------*/
function get_cookie(Name) 
{
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) 
	{
	offset = document.cookie.indexOf(search)
	if (offset != -1) { // ÄíÅ°°¡ ÀÖ´Ù¸é
	  offset += search.length
	  end = document.cookie.indexOf(";", offset);
	  if (end == -1)
		 end = document.cookie.length;
		  returnvalue=unescape(document.cookie.substring(offset, end))
		  }
	   }
	  return returnvalue;
	}
/*-- ÆË¾÷ ¶ç¿ì´Â ºÎºÐ--*/
//--------------------------------------------------------------------------±×·£µå ¿µ¹® ÆË¾÷;
function popup_grand_en(){
//	window.open('http://seoul.intercontinental.com/pop/090430_grand_en.html', '', 'width=300,height=463, left=0,top=450');

}

//--------------------------------------------------------------------------ÄÚ¿¢½º ¿µ¹® ÆË¾÷;
function popup_coex_en(){
//	window.open('http://seoul.intercontinental.com/pop/090430_coex_en.html', '', 'width=300,height=462');

}
//--------------------------------------------------------------------------±×·£µå ±¹¹® ÆË¾÷;

function popup_grand(){
//	window.open('http://seoul.intercontinental.com/pop/grand_kr_0910.html', '', 'width=418,height=670,left=0,top=0');

}

//--------------------------------------------------------------------------ÄÚ¿¢½º ±¹¹® ÆË¾÷;
function popup_coex(){
//	window.open('http://seoul.intercontinental.com/pop/090430_coex_kr.html', '', 'width=300,height=445');
	//window.open('http://seoul.intercontinental.com/pop/vlpackage_kr_coex.html','pop090209','width=320, height=500,left=0,top=100');//

}
//--------------------------------------------------------------------------

function startpop(checkSite){

	if(checkSite == "krg"){

		if (get_cookie('grand')=="")
		{
		window.open('http://seoul.intercontinental.com/grand/pop/080623_summer/080623_grand_pop.html','POP1','width=353,height=420,top=0,left=0,scrollbars=no');
		window.open('http://seoul.intercontinental.com/grand/pop/080701_deco/080701_grand_pop.html','POP2','width=353,height=450,top=0,left=353,scrollbars=no');
		//var startwin = window.open('/grand/event/1201/grand_main.html','','width=454,height=646,left=0,top=0');
		//var startwin2 = window.open('/e_brochure/2007_01/pop_newyear.htm','','width=415,height=370,left=0,top=0');
		//var startwin2 = window.open('http://seoul.intercontinental.com/e_brochure/2006_christmas/pop.html','','width=415,height=370,left=455,top=0');
		}
	//	var startwin = window.open("/grand/event/1201/grand_main.html",,"scrollbars=no,toolbar=no,Location=no,resizable=no,status=no,menubar=no,width=454,height=646,left=0,top=0");
	//	var startwin = window.open("/pop/e.htm","intercon2","scrollbars=no,toolbar=no,Location=no,resizable=no,status=no,menubar=no,width=400,height=542,left=0,top=0");
	}

	else if(checkSite == "krc"){

//		window.open('http://seoul.intercontinental.com/coex/pop/080916_asia/pop_kr_0809.htm','pop1','width=300, height=450,left=0,top=0');
//		window.open('http://seoul.intercontinental.com/pop/kssqi_kr_pop.html','pop2','width=300, height=450,left=310,top=0');

		if (get_cookie('coex')=="")
		{
		//var startwin = window.open('/coex/event/1201/coex_main.html','','width=454,height=646,left=0,top=0');
		//var startwin2 = window.open('http://seoul.intercontinental.com/e_brochure/2006_christmas/pop.html','','width=415,height=370,left=454,top=0');		
		//var startwin3 = window.open('/e_brochure/2007_01/pop_newyear.htm','','width=415,height=370,left=0,top=0');
		}
		//	var startwin = window.open("/pop/thai_kr.htm","thai","scrollbars=no,toolbar=no,Location=no,resizable=no,status=no,menubar=no,width=400,height=450,left=0,top=0");
		//	var startwin = window.open("/pop/coex_060908.htm","intercon","scrollbars=no,toolbar=no,Location=no,resizable=no,status=no,menubar=no,width=400,height=600,left=410,top=0");
	//	var startwin = window.open("/pop/e.htm","intercon2","scrollbars=no,toolbar=no,Location=no,resizable=no,status=no,menubar=no,width=400,height=542,left=0,top=0");
	}
	else if(checkSite == "eng"){
		//var startwin = window.open("/pop/thai_kr.htm","thai","scrollbars=no,toolbar=no,Location=no,resizable=no,status=no,menubar=no,width=400,height=450,left=0,top=0");
	}
	else if(checkSite == "enc"){
	//	var startwin = window.open("/pop/thai_en.htm","thai","scrollbars=no,toolbar=no,Location=no,resizable=no,status=no,menubar=no,width=400,height=450,left=0,top=0");
	}
	//startwin.focus();

}


//brochure ÆË¾÷ ¶ç¿ì±â;
function bropop(adr){
var broWin = window.open(adr,"bropop",'width=980,height=737,left=0,top=0,scrollbars=yes');
	broWin.focus();
}

//¸ÞÀÎ fullÃ¢ ¶ç¿ì±â;
function mainpop(agr){
var mainWin;
mainWin = window.open(agr,"mainWin","fullscreen");
	if (parseInt(navigator.appVersion) >= 4) { mainWin.window.focus(); }
	mainWin.focus();
}

//¼­ºê ÀÏ¹ÝÃ¢ ¶ç¿ì±â;
function subpop(agr){
//	var wid = "1024";
//	var hei = "730";
//	var winl = (screen.width - wid) / 2;
//	var wint = (screen.height - hei) / 2 - 20;
//	winprops = 'height='+hei+',width='+wid+',top='+wint+',left='+winl;
	winprops = 'height='+screen.height+',width='+screen.width+',top='+0+',left='+0;
	winprops = winprops + ',menubar=yes,toolbar=yes,directories=yes,scrollbars=yes,status=yes,location=yes,resizable=yes';
var subWin;
subWin = window.open(agr,"subWin",winprops);
if (parseInt(navigator.appVersion) >= 4) { subWin.window.focus(); }
subWin.focus();
}

//Æ¯Á¤»çÀÌÁî ÆË¾÷ ¶ç¿ì±â;
function newpop(agr, wid, hei){
//	var wid = "1024";
//	var hei = "730";
	var winl = (screen.width - wid) / 2;
	var wint = (screen.height - hei) / 2 - 20;
	winprops = 'height='+hei+',width='+wid+',top='+wint+',left='+winl;
//	winprops = 'height='+screen.height+',width='+screen.width+',top='+0+',left='+0;
//	winprops = winprops + ',menubar=yes,toolbar=yes,directories=yes,scrollbars=yes,status=yes,location=yes,resizable=yes';
	winprops = winprops + 'fullscreen=no,scrollbars=no,status=no';
var subWin;
subWin = window.open(agr,"newWin",winprops);
if (parseInt(navigator.appVersion) >= 4) { subWin.window.focus(); }
subWin.focus();
}


//vr ÆË¾÷ ¶ç¿ì±â;
function vrpop(agr){
var winIntro = window.open(agr,"popWin",'width=426, height=308, fullscreen=no,scrollbars=no,status=no,left=0,top=0');
	winIntro.focus();
}

//ÇÁ¸°Æ® ÆË¾÷ ¶ì¿ì±â;
function prtpop(agr){
var winIntro = window.open(agr,"popWin",'width=500, height=708, fullscreen=no,scrollbars=no,status=no,left=0,top=0');
	winIntro.focus();	
}

//ÀÏ¹Ý°´½Ç/±×·£µå °³ÀÎÁ¤º¸¼öÁýÃ¢ ¶ç¿ì±â;	
function room_pop_grand() {
	window.open("http://seoul.intercontinental.com/pop/room_grand_pop.html", '', 'width=445,height=410');
	}

//top/°í°´ÀÇÀÇ°ß/ °³ÀÎÁ¤º¸¼öÁýÃ¢ ¶ç¿ì±â;	
function guest_pop_grand() {
	window.open("http://seoul.intercontinental.com/pop/guest_grand_pop.html", '', 'width=445,height=410');
	}

//ÄÚ¿¢½º/ÀÏ¹Ý°´½Ç/ÄÚ¿¢½º °³ÀÎÁ¤º¸¼öÁýÃ¢ ¶ç¿ì±â;	
function room_pop_coex() {
	window.open("http://seoul.intercontinental.com/pop/room_coex_pop.html", '', 'width=445,height=410');
	}
	
//ÄÚ¿¢½º/top/°í°´ÀÇÀÇ°ß/ °³ÀÎÁ¤º¸¼öÁýÃ¢ ¶ç¿ì±â;	
function guest_pop_coex() {
	window.open("http://seoul.intercontinental.com/pop/guest_coex_pop.html", '', 'width=445,height=410');
	}