try {document.execCommand("BackgroundImageCache", false, true);} catch(e) {}

var global_cast = 1;
var global_chef = 1;
var global_clip = 0;


// ±¤°í 
function ad() {
	document.write('<iframe src="http://ads.imbc.com/RealMedia/ads/adstream_sx.ads/www.imbc.com/sub@Right" marginwidth="0" marginheight="0" noresize="noresize" scrolling="no" width="160" height="600" frameborder="0"></iframe>');
}

// spot
function spot(val) {
	
	if(val != true){
		document.write('<h1><a href="http://www.imbc.com/broad/tv/drama/pasta/index.html" title="ÆÄ½ºÅ¸ ¸ÞÀÎÆäÀÌÁö·Î ÀÌµ¿"><span>MBC ¿ùÈ­ ¹Ì´Ï½Ã¸®Áî ÆÄ½ºÅ¸</span></a></h1>');
		document.write('<div class="lnb">');
		writeSwf('http://swf.imbc.com/broad/tv/drama/dramatop/dramaTop.swf?Dcode=pasta',605,108,false);
	}else{
		document.write('<h1 class="vod"><a href="http://www.imbc.com/broad/tv/drama/pasta/index.html" title="ÆÄ½ºÅ¸ ¸ÞÀÎÆäÀÌÁö·Î ÀÌµ¿"><span>MBC ¿ùÈ­ ¹Ì´Ï½Ã¸®Áî ÆÄ½ºÅ¸</span></a></h1>');
		document.write('<div class="lnb">');
	}
	document.write('</div>');
}

// snb
function snb() {
	writeSwf('http://swf.imbc.com/broad/tv/drama/pasta/subMenu2.swf',180,800,false);
	document.write('<p style="margin:50px 0 0 0;">');
	fDramaProgramGo();
	document.write('</p>');
	document.write('<div style="overflow:hidden; width:131px; margin:5px auto 30px auto;">');
	writeMyFav('DRAMA00004166');
	document.write('</div>');
}

function cast_rolling(obj,num) {
	document.getElementById("cast" + global_cast).className = "cast" + global_cast;
	document.getElementById("cast" + num).className = "cast" + num + "_on";;		
	if(num == 5) {
		document.getElementById("img_section").className = "blind";
		document.getElementById("chef_section").className = "chef_section";
	} else if(num == 6) {
		document.getElementById("img_section").innerHTML = "<img src=\"http://img.imbc.com/broad/tv/drama/pasta/images/cast_etc.jpg\" id=\"major\" alt=\"\" useMap=\"#cast_etc\" />";
		document.getElementById("img_section").className = "img_section";
		document.getElementById("chef_section").className = "blind";
		document.getElementById("chef_cast" + global_chef).className = "chef_cast" + global_chef;
		document.getElementById("chef_cast1").className = "chef_cast1_on";;		
		document.getElementById("chef_img").src = "images/cast_chef_tree.jpg";
		document.getElementById("chef_img").setAttribute("useMap","#chef_tree");
		global_chef = 1;
	} else {
		document.getElementById("major").src = "http://img.imbc.com/broad/tv/drama/pasta/images/cast" + num + ".jpg";
		document.getElementById("major").setAttribute("useMap","#cast" + num);
		document.getElementById("img_section").className = "img_section"; // ÃÊ±âÈ­
		document.getElementById("chef_section").className = "blind"; // ÃÊ±âÈ­
		document.getElementById("chef_cast" + global_chef).className = "chef_cast" + global_chef;
		document.getElementById("chef_cast1").className = "chef_cast1_on";;		
		document.getElementById("chef_img").src = "http://img.imbc.com/broad/tv/drama/pasta/images/cast_chef_tree.jpg";
		document.getElementById("chef_img").setAttribute("useMap","#chef_tree");
		global_chef = 1;
	}
	global_cast = num;
}

// ¼ÎÇÁ ´ë°á±¸µµ
function chef_rolling(obj,num) {
	if(!num) {
		num = 1;
		document.getElementById("chef_cast" + global_chef).className = "chef_cast" + global_chef;
		document.getElementById("chef_cast1").className = "chef_cast1_on";
		document.getElementById("chef_img").innerHTML = "<img src=\"http://img.imbc.com/broad/tv/drama/pasta/images/cast_chef_tree.jpg\" alt=\"\" useMap=\"#chef_tree\" />";
	} else {
		num = num + 1;
		document.getElementById("chef_cast" + global_chef).className = "chef_cast" + global_chef;
		document.getElementById("chef_cast" + num).className = "chef_cast" + num + "_on";
		document.getElementById("chef_img").innerHTML = "<img src=\"http://img.imbc.com/broad/tv/drama/pasta/images/chef" + num + ".jpg\" alt=\"\" useMap=\"#chef" + num + "\" />";
	}	
	global_chef = num;
}

function Bg(){
	number = Math.floor(Math.random()*3)+1;
	var bg = 'url(http://img.imbc.com/broad/tv/drama/pasta/images/bg_sub_v3_'+number+'.jpg) no-repeat center 150px';
	document.getElementById('wrap_outer').style.background = bg;
}

/* È­Á¦ÀÇ 1ºÐ*/
function clip(obj) {
	if(obj == 0) { // ÀüÃ¼º¸±âÀÏ °æ¿ì
		document.getElementById("hbbs_pasta_clip").src = 'http://imbbs.imbc.com/list.mbc?bid=pasta_clip';
	} else { // È¸Â÷ÀÏ°æ¿ì
		document.getElementById("hbbs_pasta_clip").src = 'http://imbbs.imbc.com/list.mbc?bid=pasta_clip&sid=' + obj;
	}
	if(global_clip != obj) { // ÇØ´ç È¸Â÷¿¡ ÆùÆ®ÄÃ·¯°ª ÁÖ±â
		document.getElementById("clip" + global_clip).style.color = '#f2b6c4';
		document.getElementById("clip" + obj).style.color = '#ffd50f';
	} 
	global_clip = obj;
}
