function swfA(src, w, h)
{
	html = '';
	html += '<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="'+w+'" height="'+h+'" id="makeup_box">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
		html += '<param name="wmode" value="transparent">';
	html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" id="makeup_box"></embed>';
	html += '</object>';
	document.write(html);
}

function swfB(src, w, h)
{
	html = '';
	html += '<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="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="wmode" value="transparent">';
	html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>';
	html += '</object>';
	document.write(html);
}

function swfC(src, w, h)
{
	html = '';
	html += '<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="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name=wmode value=transparent>';
	html += '<param name="bgcolor" value="#F8F7F5">';
	html += '<embed src="'+src+'" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>';
	html += '</object>';
	document.write(html);
}

function swfD(src, w, h)
{
	html = '';
	html += '<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="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<embed src="'+src+'" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>';
	html += '</object>';
	document.write(html);
}

function swfE(src, w, h)
{
	html = '';
	html += '<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="'+w+'" height="'+h+'" VIEWASTEXT style="z-index:-1;">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="wmode" value="transparent">';
	html += '<embed src="'+src+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"</embed>';
	html += '</object>';
	document.write(html);
}

function swfF(src)
{
	html = '';
	html += '<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width=214 height=158 id="movie">';
	html += '<param name="Filename" value="' + src + '">';
	html += '<param name="TransparentAtStart" value="1">';
	html += '<param name="ShowControls" value="0">';
	html += '<param name="ShowDisplay" value="0">';
	html += '<param name="ShowStatusBar" value="0">';
	html += '<param name="AutoSize" value="0">';
	html += '<param name="loop" value="no">';
	html += '<param name="AutoStart" value="0">';
	html += '</object>';
	document.write(html);
}

function swfG(src, w, h)
{
	html = '';
	html += '<embed src="' + src + '" width="'+w+'" height="'+h+'">';
	document.write(html);
}

function swfH(src, w, h)
{
	html = '';
	html += '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="'+w+'" HEIGHT="'+h+'">';
	html += '<PARAM NAME=movie VALUE="'+src+'">';
	html += '<PARAM NAME=quality VALUE=high>';
	html += '<PARAM NAME=menu VALUE=false>';
	html += '<PARAM NAME=bgcolor VALUE=#FFFFFF>';
	html += '<EMBED src="'+src+'" quality=high bgcolor=#FFFFFF  WIDTH="'+w+'" HEIGHT="'+h+'" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>';
	html += '</OBJECT>';
	document.write(html);
}

function swfI(src, w, h)
{
	html = '';
	html += '<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="'+w+'" height="'+h+'" VIEWASTEXT ID="Object1">';
	html += '<param name="movie" value="'+src+'">';
	html += '<embed src="'+src+'" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>';
	html += '</object>';
	document.write(html);
}

function swfJ(src)
{
	html = '';
	html += '<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width=224 height=203 id="movie">';
	html += '<param name="filename" value="'+src+'">';
	html += '<param name="transparentatstart" value="1">';
	html += '<param name="showcontrols" value="0">';
	html += '<param name="showdisplay" value="0">';
	html += '<param name="showstatusbar" value="0">';
	html += '<param name="autosize" value="0">';
	html += '<param name="loop" value="no">';
	html += '<param name="autostart" value="0">';
	html += '</object>';
	document.write(html);
}

function swfK(src, w, h)
{
	html = '';
	html += '<embed src="'+src+'" width="'+w+'" height="'+h+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"></embed>';
	document.write(html);
}	


function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->




function embedFlash(movieID, movieURL, movieParam, allowScriptAccess, swLiveConnect, width, height, quality, align, bgcolor, menu) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'" id="'+movieID+'">');
	document.write('<param name="allowScriptAccess" value="'+allowScriptAccess+'" />');
	document.write('<param name="movie" value="'+movieURL+movieParam+'" />');
	document.write('<param name="qulaity" value="'+quality+'" />');
	document.write('<param name="bgcolor" value="'+bgcolor+'" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="menu" value="'+menu+'" />');

	document.write('<embed src="'+movieURL+movieParam
		+'" allowScriptAccess="'+allowScriptAccess
		+'" swLiveConnect="'+swLiveConnect
		+'" quality="'+quality
		+'" bgcolor="'+bgcolor
		+'" width="'+width
		+'" height="'+height
		+'" name="'+movieID
		+'" align="'+align
		+'" menu="'+menu
		+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');

	document.write('</object>');
}

function expandNavi(isExpand) {

		if (isExpand == "true") {

			document.getElementById('flashid').style.height = 317;

		} else {

			document.getElementById('flashid').style.height = 75;

		}

	}

function MM_jumpMenu(targ,selObj,restore){ //v3.0

  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");

  if (restore) selObj.selectedIndex=0;

}

function copy_text(text, msg) {
 window.clipboardData.setData('Text', text);
 if(msg != "") {
  alert(msg);
 }
}