function fWriteSwf(strUrl, intWidth, intHeight, idx) {
	document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+intWidth+'" height="'+intHeight+'" ID="Shockwaveflash1" VIEWASTEXT>');
	document.write('<param name="allowScriptAccess" value="always"/>');
	document.writeln('<param name="movie" value="'+strUrl+'">');
	document.writeln('<param name="FlashVars" value="idx='+idx+'">');
	document.writeln('<param name="wmode" Value="Transparent">');
	document.writeln('<param name="quality" value="high">');
	document.writeln('<embed src="'+strUrl+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+intWidth+'" height="'+intHeight+'"></embed></object>');
}
function getBackgroundUrl(idx) {
	return "http://img.imbc.com/broad/tv/drama/badwoman/images/bar_"+idx+".gif";
}
function clickLeftMenu(idx) {
	document.getElementById('idLeftMenuBottom').background = getBackgroundUrl(idx);
	
}

function fBadwomanLeftMenu(idx) {
	document.write("<table width=230 border=0 cellspacing=0 cellpadding=0 height='100%'>");
	document.write("              <tr>");
	document.write("                <td height=730 valign=top>");
	fWriteSwf('http://swf.imbc.com/broad/tv/drama/badwoman/images1/sub_menu.swf',230,730,idx);
	document.write("              </td>");
	document.write("              </tr>");
	document.write("              <tr>");
	document.write("                <td id='idLeftMenuBottom' align=right valign=top style='padding:0 0 20 0' background='"+getBackgroundUrl(idx)+"'>");
	fDramaProgramGo();
	document.write("              </td>");
	document.write("              </tr>");
	document.write("            </table>");
}