<!---highlight pop--->
<!---function event_all(){
<!---		 window.open("http://www.foxkorea.co.kr/iceage3/pop_0723.html","pop1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=570,height=620,top=10,left=5");
<!---		 }
<!---megabox_photo_event_popup--->
//		 window.open("http://www.foxkorea.co.kr/iceage3/event_photo_popup.html","pop4","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes, width=420,height=480,top=10,left=580");


<!---pop 1--->
function popup_01(){
		 window.open("popup_03.html","pop1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes, width=350,height=365,top=10,left=5");
		 }
<!---pop 1--->


function main(){
	var sTag = ''
		+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1004" height="768">'
		+ '      <param name="movie" value="gate.swf" />'
		+ '      <param name="quality" value="high" />'
		+ '	  <param name="wmode" value="transparent" />'
		+ '      <embed src="gate.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1004" height="768"></embed>'
		+ '    </object>'
		+ '';
	document.write (sTag);
}

