function view_flash(Lo,W,H){
var Lo, W, H;
document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"  WIDTH="'+W+'" HEIGHT="'+H+'" id="left" ALIGN="">');
document.write ('<PARAM NAME=wmode VALUE=transparent>');
document.write ('<PARAM NAME=movie VALUE="'+Lo+'">');
document.write ('<PARAM NAME=quality VALUE=high>');
document.write ('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
document.write ('<EMBED src="'+Lo+'" quality=high bgcolor=#FFFFFF  WIDTH="'+W+'" HEIGHT="'+H+'" NAME="left" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write ('</OBJECT>');
}

/**
function view_flash_color(Lo,W,H, color){
var Lo, W, H, color;
document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" WIDTH="'+W+'" HEIGHT="'+H+'" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="'+Lo+'" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="'+color+'" />');
document.write ('<param name="wmode" value=transparent />');
document.write ('<embed src="'+Lo+'" quality="high" bgcolor="'+color+'" WIDTH="'+W+'" HEIGHT="'+H+'" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write ('</object>');
}
**/
function view_flash_color(fid,fn,wd,ht,para)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + wd + '" height="' + ht + '" id="' + fid + '" align="middle">');
	document.write('<param name="allowScriptAccess" value="always">');
	document.write('<param name="movie" value="' + fn + para + '">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="opaque">');
	document.write('<param name="scale" value="noscale" />');
	document.write('<param name="salign" value="lt" />');
	document.write('<embed src="' + fn + para + '" menu="false" quality="high" wmode="opaque" width="' + wd + '" height="' + ht + '" name="' + fid + '" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}


function view_flash_P(Lo,W,H){
var Lo, W, H;

document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+W+'" HEIGHT="'+H+'" id=left ALIGN="">');
document.write ('<PARAM NAME=movie VALUE="'+Lo+'">');
document.write ('<param name=quality value=high>');
document.write ('<PARAM NAME=wmode VALUE=transparent>');
document.write ('<param name=menu value=false>');
document.write ('<PARAM NAME=salign VALUE=LT>');
document.write ('<PARAM NAME=svalign VALUE=T>');
document.write ('<EMBED src="'+Lo+'" quality=high bgcolor=#333333  WIDTH="'+W+'" HEIGHT="'+H+'" ALIGN="" name=left  TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write ('</OBJECT>');
}

function view_movie(Lo,W,H){
var Lo, W, H;
document.write('<OBJECT id=player codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 	classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 width="'+W+'" height="'+H+'" type=application/x-oleobject VIEWASTEXT>');
document.write('<PARAM NAME="AudioStream" VALUE="-1">');
document.write('<PARAM NAME="AutoPlay" VALUE="0">');
document.write('<PARAM NAME="AutoSize" VALUE="0">');
document.write('<PARAM NAME="AutoStart" VALUE="0">');
document.write('<PARAM NAME="AnimationAtStart" VALUE="1">');
document.write('<PARAM NAME="AllowScan" VALUE="0">');
document.write('<PARAM NAME="AllowChangeDisplaySize" VALUE="0">');
document.write('<PARAM NAME="AllowChangeDisplayMode" VALUE="0">');
document.write('<PARAM NAME="AutoRewind" VALUE="-1">');
document.write('<PARAM NAME="Balance" VALUE="0">');
document.write('<PARAM NAME="BaseURL" VALUE="">');
document.write('<PARAM NAME="BufferingTime" VALUE="1000">');
document.write('<PARAM NAME="CaptioningID" VALUE="">');
document.write('<PARAM NAME="ClickToPlay" VALUE="0">');
document.write('<PARAM NAME="CursorType" VALUE="32512">');
document.write('<PARAM NAME="CurrentPosition" VALUE="-1">');
document.write('<PARAM NAME="CurrentMarker" VALUE="0">');
document.write('<PARAM NAME="DefaultFrame" VALUE="">');
document.write('<PARAM NAME="DisplayBackColor" VALUE="0">');
document.write('<PARAM NAME="DisplayForeColor" VALUE="0">');
document.write('<PARAM NAME="DisplayMode" VALUE="1">');
document.write('<PARAM NAME="DisplaySize" VALUE="0">');
document.write('<PARAM NAME="Enabled" VALUE="-1">');
document.write('<PARAM NAME="EnableContextMenu" VALUE="0">');
document.write('<PARAM NAME="EnablePositionControls" VALUE="-1">');
document.write('<PARAM NAME="EnableFullScreenControls" VALUE="-1">');
document.write('<PARAM NAME="EnableTracker" VALUE="-1">');
document.write('<PARAM NAME="FileName" VALUE="'+Lo+'">');
document.write('<PARAM NAME="InvokeURLs" VALUE="-1">');
document.write('<PARAM NAME="Language" VALUE="0">');
document.write('<PARAM NAME="Mute" VALUE="0">');
document.write('<PARAM NAME="PlayCount" VALUE="1">');
document.write('<PARAM NAME="PreviewMode" VALUE="0">');
document.write('<PARAM NAME="Rate" VALUE="1">');
document.write('<PARAM NAME="SAMILang" VALUE="">');
document.write('<PARAM NAME="SAMIStyle" VALUE="">');
document.write('<PARAM NAME="SAMIFileName" VALUE="">');
document.write('<PARAM NAME="SelectionStart" VALUE="0">');
document.write('<PARAM NAME="SelectionEnd" VALUE="0">');
document.write('<PARAM NAME="SendOpenStateChangeEvents" VALUE="-1">');
document.write('<PARAM NAME="SendWarningEvents" VALUE="-1">');
document.write('<PARAM NAME="SendErrorEvents" VALUE="-1">');
document.write('<PARAM NAME="SendKeyboardEvents" VALUE="0">');
document.write('<PARAM NAME="SendMouseClickEvents" VALUE="0">');
document.write('<PARAM NAME="SendMouseMoveEvents" VALUE="0">');
document.write('<PARAM NAME="SendPlayStateChangeEvents" VALUE="-1">');
document.write('<PARAM NAME="ShowCaptioning" VALUE="0">');
document.write('<PARAM NAME="ShowControls" VALUE="0">');
document.write('<PARAM NAME="ShowAudioControls" VALUE="0">');
document.write('<PARAM NAME="ShowDisplay" VALUE="0">');
document.write('<PARAM NAME="ShowGotoBar" VALUE="0">');
document.write('<PARAM NAME="ShowPositionControls" VALUE="0">');
document.write('<PARAM NAME="ShowStatusBar" VALUE="0">');
document.write('<PARAM NAME="ShowTracker" VALUE="0">');
document.write('<PARAM NAME="SRC" VALUE="'+Lo+'">');
document.write('<PARAM NAME="TransparentAtStart" VALUE="-1">');
document.write('<PARAM NAME="VideoBorderWidth" VALUE="0">');
document.write('<PARAM NAME="VideoBorderColor" VALUE="0">');
document.write('<PARAM NAME="VideoBorder3D" VALUE="0">');
document.write('<PARAM NAME="Volume" VALUE="0">');
document.write('<PARAM NAME="WindowlessVideo" VALUE="0">');
document.write('</OBJECT>');
}




function FlashEmbed(fid,fn,wd,ht,para)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + wd + '" height="' + ht + '" id="' + fid + '" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain">');
	document.write('<param name="movie" value="' + fn + para + '">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="opaque">');
	document.write('<param name="scale" value="noscale" />');
	document.write('<param name="salign" value="lt" />');
	document.write('<embed src="' + fn + para + '" menu="false" quality="high" wmode="opaque" width="' + wd + '" height="' + ht + '" name="' + fid + '" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}

function FlashEmbed2(fid,fn,wd,ht,para)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + wd + '" height="' + ht + '" id="' + fid + '" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain">');
	document.write('<param name="movie" value="' + fn + para + '">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<param name="scale" value="noscale" />');
	document.write('<param name="salign" value="" />');
	document.write('<embed src="' + fn + para + '" menu="false" quality="high" wmode="opaque" width="' + wd + '" height="' + ht + '" name="' + fid + '" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}

function FlvFlashEmbed(fid,fn,wd,ht,para)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + wd + '" height="' + ht + '" id="FLVPlayer">');
	document.write('<param name="movie" value="' + fn + para + '" />');
	document.write('<param name="salign" value="lt" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="scale" value="noscale" />');
	document.write('<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=/cyberwhiteex_kor/video/20080218estee_fin1&autoPlay=true&autoRewind=false" />');
	document.write('<embed src="' + fn + para + '" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=/cyberwhiteex_kor/video/20080218estee_fin1&autoPlay=true&autoRewind=false" quality="high" scale="noscale" width="' + wd + '" height="' + ht + '" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}
