/* PNGÆÄÀÏ ¹è°æ³¯¸². */
function setPng24(obj) 
	{
		obj.width=obj.height=1;
		obj.className=obj.className.replace(/\bpng24\b/i,""); 
		obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\""+ obj.src +"\",sizingMethod=\"image\");"
		obj.src ="blank.gif";
		return "";
	}
/* FLASH Include */
function ShowFlash(url, width, height){
        document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="' + width + '" height="' + height + '" VIEWASTEXT>');
        document.write('<param name="movie" value="' + url + '">');
        document.write('<param name="quality" value="high">');
        document.write('<embed src="' + url + '" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
        document.write('</object>');
}

function ShowFlash2(url, width, height){
        document.write(' <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + width + '" height="' + height + '" VIEWASTEXT>');
        document.write('<param name="movie" value="' + url + '">');
        document.write('<param name="quality" value="high">');
		document.write('<param name="wmode" value="transparent">');
        document.write('<embed src="' + url + '" wmode="opaque" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
        document.write('</object>');
}

function MovieFlash(url, width, height, idname){
	/*
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', width,
			'height', height,
			'src', url,
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', idname,
			'bgcolor', '#ffffff',
			'name', idname,
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', url,
			'salign', ''
			); //end AC code
	}*/
        document.write(' <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="'+ idname +'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="' + width + '" height="' + height + '" VIEWASTEXT>');
        document.write('<param name="movie" value="' + url + '">');
		 document.write('<param name="allowScriptAccess" value="sameDomain">');
		 document.write('<param name="allowFullScreen" value="false">');
        document.write('<param name="quality" value="high">');
		document.write('<param name="wmode" value="transparent">');
        document.write('<embed src="' + url + '" wmode="opaque" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowScriptAccess="sameDomain" allowFullScreen="false" name="'+ idname +'"  width="' + width + '" height="' + height + '"></embed>');
        document.write('</object>');
}


function MM_goToURL() {
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

/*Áñ°ÜÃ£±â Ãß°¡ */
function myFavorite() { 
window.external.AddFavorite('http://www.tcast.tv', 'TV½Å´ë·ú~ µðÁöÅÐ½Ã´ëÀÇ ÀüÆÄÄè°¨ -Æ¼Ä³½ºÆ®-') 
}












