<!--
//현재도메인 
var currentUrl=unescape(location.href);
	
//도메인 분기
 if(currentUrl.indexOf('www.lottejtb.co.kr')>-1){//korea
  	document.location.href="http://www.lottejtb.com";
 }else if(currentUrl.indexOf('family.lottejtb.com')>-1){//lotte family
  	document.location.href="http://www.lottejtb.com/xhtml/index.xhtml?mall_cd=9";
 }else if(currentUrl.indexOf('www.lottejtb.jp')>-1){//japan	
  	document.location.href="http://www.lottejtb.com/images/inbound_jp/index.html";
 }else if(currentUrl.indexOf('www.lottejtb.net')>-1){//usa
  	document.location.href="http://www.lottejtb.com/images/inbound_en/index.html";
 }else if(currentUrl.indexOf('agent.lottejtb.com')>-1 || currentUrl.indexOf('rcd.lottejtb.com')>-1 
	 || currentUrl.indexOf('rys.lottejtb.com')>-1 || currentUrl.indexOf('hmp.lottejtb.com')>-1 
	 || currentUrl.indexOf('msu.lottejtb.com')>-1 || currentUrl.indexOf('rsr.lottejtb.com')>-1 
	 || currentUrl.indexOf('rmd.lottejtb.com')>-1 || currentUrl.indexOf('mgr.lottejtb.com')>-1 
	 || currentUrl.indexOf('mcj.lottejtb.com')>-1 || currentUrl.indexOf('rsh.lottejtb.com')>-1 
	 || currentUrl.indexOf('mss.lottejtb.com')>-1 || currentUrl.indexOf('rsc.lottejtb.com')>-1 
	 || currentUrl.indexOf('mhs.lottejtb.com')>-1 ){//대리점

	var splitUrl = currentUrl.split('://');
	splitUrl = splitUrl[1].split('.');
	var chkAgNm = splitUrl[0];
	document.location.href="http://"+chkAgNm+".lottejtb.com/agent/xhtml/index.xhtml";
 }

//index popup
function OpenWindow() { 
	var mallCd = getCookieTop('mall_cd');
	
	if( mallCd == '5' ) {
		if(getCookie('E_event05') == ''){
			window.open("http://www.lottejtb.com/images/d_popup/101020/101020_main_popup.html", "_blank", "width=388,height=368,left=0,top=0");
		}
	} else if( mallCd == '9' ) {
		if(getCookie('E_event09') == ''){
			//window.open("http://www.lottejtb.com/images/d_popup/101109/101109_main_popup.html", "_blank", "width=337,height=360,left=0,top=0");
		}
	} else if( mallCd == '12' ) {
		if(getCookie('E_event12') == ''){
			window.open("http://www.lottejtb.com/images/d_popup/101112/101112_main_popup.html", "_blank", "width=388,height=355,left=0,top=0");
		}
	} else if( mallCd == '53' ) {
		if(getCookie('E_event53') == ''){
			window.open(" http://www.lottejtb.com/images/d_popup/101208/smartcoin_popup.html", "_blank", "width=400,height=365,left=0,top=0");
		}
	} else if( mallCd == '54' ) {
		if(getCookie('E_event54') == ''){
			window.open("http://www.lottejtb.com/images/d_popup/110112/110112_sahak.html", "_blank", "scrollbars=yes,width=503,height=500,left=0,top=0");
		}
		
		//if(getCookie('E_event54_1') == ''){
		//	window.open("http://www.lottejtb.com/xhtml/popup/111005_train.html", "_blank", "scrollbars=no,width=365,height=379,left=510,top=0");
		//}
	} else {
		
		if(getCookie('E_event03') == ''){
			
				//window.open("http://www.lottejtb.com/xhtml/popup/111230_notice.html", "_blank", "scrollbars=no,width=400,height=385,left=490,top=0");	
			
			
			/*
			var startTime = "12211100";
			var endTime = "12311159";
		
			var response = ProWave.remoteCall('mainPageBean.showDiv', {startTime : startTime, endTime : endTime});
			var resultStr = response.result; 
				
			if(resultStr == 'show'){
					window.open("http://www.lottejtb.com/xhtml/popup/111230_notice.html", "_blank", "scrollbars=no,width=400,height=385,left=490,top=0");	
			} else if (resultStr == 'hide') {
			} 
			* */
				
		}
		
		if(getCookie('E_event04') == ''){
			//window.open("http://www.lottejtb.com/xhtml/popup/111227_popup_charge.html", "_blank", "scrollbars=no,width=490,height=635,left=0,top=0");
		} 

	}
	
} 




//-->
