/*
var maxLoops = 2; 
var bInterval = 2; 
var count = 2; 
*/

function gotoMain(){
	 location.href("http://www.imbc.com/broad/tv/drama/enjoylife/index.html");
}

//¸ÞÀÎ»ó´Ü
function mainBg1(){
	number = Math.floor(Math.random()*3)+1;
	document.write('<div style="background:url(http://img.imbc.com/broad/tv/drama/enjoylife/images/bg_sub_'+number+'.jpg) no-repeat center 150px;">');
}

function mainBgMain(){
	document.write('<div style="background:url(http://img.imbc.com/broad/tv/drama/enjoylife/images/bg_main.jpg) no-repeat center 150px;">');
}

function mainBgVod(){
	document.write('<div style="background:url(http://img.imbc.com/broad/tv/drama/enjoylife/images/bg_sub_vod.jpg) no-repeat center 150px;">');
}

//ÁÂÃø¸Þ´º
function leftMenu(){
	document.write("<div class='logo' style='width:160px;height:130px;margin-bottom:20px;cursor:pointer;' alt='¸ÞÀÎÀ¸·Î °¡±â' onclick='gotoMain();'></div>");
	writeSwf('http://swf.imbc.com/broad/tv/drama/enjoylife/subMenu_enjoy.swf',160,760,false);	
	document.write('<ul class="select_list">');
	document.write('<li>');
	fDramaProgramGo();
	document.write('</li>');
	document.write('<li>');
	writeMyFav('DRAMA00004162');
	document.write('</li>');
	document.write('</ul>');
}
//¼­ºêÆäÀÌÁö top swf
function TopSwf(){
                //ÇÃ·ÎÆÃ
	document.write("<div id='floating'>");
	document.write("	<img src='http://img.imbc.com/broad/tv/drama/enjoylife/images/floating_img1.png' class='png24'/>");
	document.write("	<div class='close_btn' onclick='document.getElementById(\"floating\").style.display = \"none\"'></div>");
	document.write("</div>");

	writeSwf('http://swf.imbc.com/broad/tv/drama/enjoylife/dramaTop_enjoy.swf?Dcode=enjoylife',606,108,false);
}
function TopFloating(){
	document.write("<div id='floating'>");
	document.write("	<img src='http://img.imbc.com/broad/tv/drama/enjoylife/images/floating_img1.png' class='png24'/>");
	document.write("	<div class='close_btn' onclick='document.getElementById(\"floating\").style.display = \"none\"'></div>");
	document.write("</div>");
}
