//¼­ºê»ó´Ü
function mainTop(){
	document.write('<h1><a href="http://www.imbc.com/broad/tv/ent/event/2009mbc/index.html"><b>2009 MBC ¿¬±â´ë»ó</b></a></h1>');
	document.write('<div style="position:absolute; left:180px; top:0px; width:635px; height:195px;">');
	writeSwf('http://swf.imbc.com/broad/tv/ent/event/2009drama/top_visual.swf',650,195,false);
              document.write('</div>');
}

//ÁÂÃø¸Þ´º
function snb() {
	document.write('<div>');
	writeSwf('http://swf.imbc.com/broad/tv/ent/event/2009drama/subMenu.swf',180,195,false);
	document.write('</div>');
}


/* png ½ºÅ©¸³Æ® */
function setPng24(obj) {
	obj.width=obj.height=1;
	obj.className=obj.className.replace(/\bpng24\b/i,''); 
	obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image')";
	obj.src='';  
	return ''; 
} 

