function getFlashes(flash_file,f_width,f_height){
	var flash_file,f_width,f_height;
	document.write('<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="'+f_width+'" height="'+f_height+'">\n');
	document.write('<param name="quality" value="high"><param name="SRC" value="'+flash_file+'">\n<param name="wmode" value="" />\n');
	document.write('<embed src="'+flash_file+'" width="'+f_width+'" height="'+f_height+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">\n');
	document.write('</embed></object>\n');
}

//»õ·Î »ý¼ºÇÑ ÇÃ·¡½¬
function getFlashes2(flash_file,f_width,f_height,rtn_value){
	var flash_file,f_width,f_height,rtn_value;
	document.write('<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="'+f_width+'" height="'+f_height+'">\n');
	document.write('<param name="quality" value="high"><param name="SRC" value="'+flash_file+'">\n<param name="wmode" value="" />\n');
	document.write('<param name="FlashVars" value="'+rtn_value+'">\n');
	document.write('<embed src="'+flash_file+'" width="'+f_width+'" height="'+f_height+'" FlashVars="'+rtn_value+'+" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">\n');
	document.write('</embed></object>\n');
}


function getEmbed(urls){
	var urls;
	document.write('<embed src="'+urls+'"></embed>\n');
}


function get_Object(urls,o_width,o_height){
	var urls,o_width,o_height;
	document.write('<object id="MMP" width="'+o_width+'" height="'+o_height+'" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" 	codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,2,902" 	standby="Loading Microsoft Windows Media Player components..."  type="application/x-oleobject" viewastext>\n');
	document.write('<param name="FileName" value="'+urls+'">\n');
	document.write('<param name="ShowControls" value="1">\n');
	document.write('<param name="ShowStatusBar" value="0">\n');
	document.write('<param name="AutoStart" value="1">\n');
	document.write('<param name="AnimationAtStart" value="1">\n');
	document.write('<param name="EnableFullScreenControls" value="0">\n');
    document.write('<PARAM NAME="ENABLECONTEXTMENU" VALUE="0">\n');
	document.write('<embed name="MMP" width="'+o_width+'" height="'+o_height+'"	type="application/x-mplayer2" 	pluginspage="http://www.microsoft.com/windows/mediaplayer/download/" 	src="http://www.on-ppv.co.kr/'+urls+'" 	showcontrols="1" 	showstatusbar="0"	autostart="1" 	animationatstart="1">\n');
	document.write('</embed> \n');
	document.write('</object>\n');
}

function mm_openbrwindow(theurl,winname,features) { //v2.0
  window.open(theurl,winname,features);
}