function openEventPointWindown() {
	var pop = window.open('http://kids.daum.net/kids/do/common/popup/eventPointFind?eventId=',"eventPointWinow","width=350,height=250, scrollbars=no, resizable=no");
	hiddenEvent();
}

function hiddenEvent() {
	document.getElementById("floatEvent").style.display="none";
}

var browser = new Object();
browser.isIE = (navigator.userAgent.toLowerCase().indexOf("msie")!=-1);
function getInnerWidth(){
	if (browser.isIE){
		if( document.documentElement.clientWidth == 0 )
			return window.document.body.clientWidth;
		return document.documentElement.clientWidth;
	}else{
		return window.innerWidth;
	}
}
function getInnerHeight(){
	if (browser.isIE){
		if( document.documentElement.clientHeight == 0 )
			return window.document.body.clientHeight;
		return document.documentElement.clientHeight;
	}else{
		return window.innerHeight;
	}
}

function fnFloatEvt(){
	var cW= getInnerWidth();
	var cH= getInnerHeight();
	var numW = Math.round(Math.random()*(cW-1));
	var numH = Math.round(Math.random()*(cH-1));
	var el = document.createElement("span");
	el.id = "floatEvent";
	el.style.position = "absolute";
	el.style.left = numW+"px";
	el.style.top = numH+"px";
	document.body.appendChild(el);
	el.innerHTML = '<div id="floatEvent"></div>';
	daum.showFlash("http://image.kids.daum.net/swf/kids_doongdoong.swf","100","100","floatEvent");
}




<!--THIS DOCUMENT IS GENERATED BY HTTP WRITER, WWW.DAUM.NET-->
