
var Toggle =1; 

var today= new Date();
var now2=new Date();

//var currentDate = today.getYear() +'-'+ today.getMonth()+1

function DWstop(chk){   
	pf.stop(); 
}   

function DWstart(chk){   
	pf.start(); 
} 


// BrowserÀÇ Á¾·ù¸¦ ½Äº°ÇÑ´Ù.
function browserVersion() {
	if(navigator.appName != "Netscape") {
		return "Explorer" ;
	} else {
		return "Netscape" ;
	}
}

// BrowserÀÇ Width¸¦ ½Äº°ÇÑ´Ù.
function screenSizeWidth() {
	if (self.screen) { 
		return screen.width ;		
 	} 	
}

// BrowserÀÇ Height¸¦ ½Äº°ÇÑ´Ù.
function screenSizeHeight() {
	if (self.screen) { 
		return screen.height ;		
 	} 	
}

// Chromeless Full Screen Window Browser¸¦ OpenÇÑ´Ù.
function openVRWindow() {		
		window.open("http://www.echosunhotel.com/General/lib/flash/vr/main.htm","fullscreendemo","fullscreen=yes");

}

//  open new Window (Normal Type) from Flash Player
function openNormalWindow (p1,p2,p3) {
	var theURL = p1 ;
	newWidth = p2 ;
	newHeight = p3 ;
	window.open(theURL,"","width="+newWidth+" ,height="+newHeight) ;
}

// ÀÌº¥Æ® ÆË¾÷Ã¢	-------------------------------------------------------------------------------------------------
function efly(part) {
	pop1 = window.open("http://www.echosunhotel.com/Seoul/Popup/efly_mailing/popup.asp?part="+part,"eventpopup", 'width=500, height=450, scrollbars=no, top=20,left=20');
	//pop1.close();
	
}

function getCookie(name) {
		var Found = false												
		var start, end
		var i = 0
		while(i <= document.cookie.length) {
				 start = i
				 end = start + name.length
				 if(document.cookie.substring(start, end) == name) {
						 Found = true
						 break
				 }
				 i++
		}
		if(Found == true) {
				start = end + 1
				end = document.cookie.indexOf(";", start)
				if(end < start)
						end = document.cookie.length
				return document.cookie.substring(start, end)
		}
		return ""
	}


	function openMsgBox(){
		var eventCookie1=getCookie("setPopUp3");
		var eventCookie=getCookie("setPopUp2");
		//var eventCookie1=getCookie("setPopUp3");

		//20071213-ÀÌº¥Æ® ÆË¾÷1¹øÂ°
		//if (eventCookie != 1)
		//{
        // window.open("/popup/20071213/popup.html","", 'width=300, height=420, scrollbars=no,top=0,left=0');
		 
		//}
		//20080325-ÀÌº¥Æ® ÆË¾÷1¹øÂ° 
	if (eventCookie1 != 1)
		{
			now2.setFullYear('2010','10','30'); //³¯Â¥ ÁöÁ¤½Ã ¿ù¿¡¼­ 1À» »«°ªÀ» ³Ö´Â´Ù ex. ÇöÀç 1¿ù =0, ÇöÀç 2¿ù =1
			if (now2-today>0) {
				//window.open("/popup/20100803/popup.html","", 'width=300, height=420, scrollbars=no,top=0,left=0');
			}
		} 
		//20080508-ÀÌº¥Æ® ÆË¾÷2¹øÂ° 
	if (eventCookie1 != 1)
		{
			now2.setFullYear('2010','11','30'); //³¯Â¥ ÁöÁ¤½Ã ¿ù¿¡¼­ 1À» »«°ªÀ» ³Ö´Â´Ù ex. ÇöÀç 1¿ù =0, ÇöÀç 2¿ù =1
			if (now2-today>0) {
				window.open("/popup/20100823/popup.html","", 'width=300, height=420, scrollbars=no,top=0,left=0');
			}
		} 
		
	}
	openMsgBox();


