// »ý¼ºÀÏ : 2006.07.25
// ³»  ¿ë : Flash ÀÚµ¿ load¸¦ À§ÇÑ Java Script

// Index Top Menu ·Îµå¿ë
function main_event() {
	document.writeln('<object width="470" height="300" />');



	document.writeln('<param name="quality" value="high" />');

	document.writeln('<embed src="/swf/main_event_20070309.swf" quality="high" width="470" height="300" />');
	document.writeln('</object>');
}
function left_coupon() {
	document.writeln('<object width="180" height="120" />');



	document.writeln('<param name="quality" value="high" />');

	document.writeln('<embed src="/swf/left_coupon01.swf" quality="high" width="180" height="120" />');
	document.writeln('</object>');
}