try {document.execCommand("BackgroundImageCache", false, true);} catch(e) {}

function mainSide(num){
	document.write('<h1><a href="http://www.imbc.com/broad/radio/plus/index.html"><img src="http://img.imbc.com/broad/radio/plus/images2/logo_radioPlus.jpg" alt="¶óµð¿ÀÀÇ ¶Ç ´Ù¸¥ ¸Å·Â ¶óµð¿À ÇÃ·¯½º"></a></h1>');
	document.write('<div class="sideMenu">');
	writeSwf('http://swf.imbc.com/broad/radio/plus/images/subNavi_v2.swf?pageNum=' + num,182,700,false);
	document.write('</div>');
}

function hideDivImg() {
	document.getElementById('div_ThumImg').style.display = 'none';
	document.getElementById('thumImg').src = 'http://img.imbc.com/broad/radio/plus/images2/white_blank_img.gif';
}

function getThumImg(imgUrl,txtInfo) {
	var list;
	var posX = 0;
	var posY = 0;

	try {
		posX = window.event.clientX + document.body.scrollLeft;
		posY = window.event.clientY + document.body.scrollTop + 5;

		thumImg.src = imgUrl;
		//document.getElementById('thumTxt').value = txtInfo;

		var obj = document.getElementById('div_ThumImg');
		obj.style.position = 'absolute';
		obj.style.left = posX;
		obj.style.top = posY;
		obj.style.display = 'block';
	} catch(e) {}
}

function div_thumImg(){
	document.write('<div id="div_ThumImg" onmouseout="if (!this.contains(event.toElement)) hideDivPpl(this);">');
	document.write('	<div class="div_ThumImg_inner">');
	document.write('		<img id="thumImg" name="thumImg" width="241" height="180" src="http://img.imbc.com/broad/radio/plus/images2/white_blank_img.gif">');
//	document.write('		<p><input type="text" name="thumTxt" id="thumTxt"></p>');
	document.write('	</div>');
	document.write('</div>');
}

