function goLastProgURL(strUrl)
{
	if (strUrl != "0")
	{
		if (strUrl.lastIndexOf("::") > 0)
		{
			strMoveUrl = strUrl.split("::");
			window.open(strMoveUrl[0],"LastProgWin","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=750,height=577");
		}
		else
		{
			window.location.href = strUrl;			
		}
	}
}
	
function fDramaProgramGo() {
		document.writeln("<!-- ÇÁ·Î±×·¥¸®½ºÆ® ½ºÅ©¸³Æ® -->");
		document.write("<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>");
		document.write("<TR><td align='center'>");
		document.writeln("<select onChange=goLastProgURL(selLastProg.value) name=selLastProg class=poll style='HEIGHT: 22px; WIDTH: 132px'>");
		document.writeln("<option selected>ÇÁ·Î±×·¥¹Ù·Î°¡±â</option>");
		document.writeln("<option>--------------</option>");
		document.writeln("");
		document.writeln("<option value=http://www.imbc.com/broad/tv/drama/bond/index.html>ÀÎ¿¬¸¸µé±â</option>");
		document.writeln("");
		document.writeln("<option value=http://www.imbc.com/broad/tv/drama/jewel/index.html>º¸¼®ºñºö¹ä</option>");
		document.writeln("");
		document.writeln("<option value=http://www.imbc.com/broad/tv/drama/enjoylife/index.html>»ì¸À³³´Ï´Ù</option>");
		document.writeln("");
		document.writeln("<option value=http://www.imbc.com/broad/tv/drama/hero2009/index.html>È÷¾î·Î</option>");
		document.writeln("");
		document.writeln("<option value=http://www.imbc.com/broad/tv/drama/cantstop/index.html>¸ØÃâ¼ö¾ø¾î</option>");
		document.writeln("");
		document.writeln("<option value=http://www.imbc.com/broad/tv/drama/seonduk/index.html>¼±´ö¿©¿Õ</option>");
		document.writeln("");
		document.writeln("</select>");
		document.write("</td></TR></table>");
	}
