
<!--
function MakeFlash(Url,Width,Height){
  document.writeln("<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+ "'>");
  document.writeln("<param name='allowScriptAccess' value='always'>");
  document.writeln("<param name='movie' value='" + Url + "'>");
  document.writeln("<param name='menu' value='false' />");
  document.writeln("<param name='quality' value='best' />");
  document.writeln("<param name='quality' value='best' />");
  document.writeln("<param name='wmode' value='transparent'>");
  document.writeln("<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 + "' />");
  document.writeln("</object>");
}


/* ¸Þ´º¿Í ¿¬°áµÇ´Â ÇÃ·¡½Ã, ¸Þ´ºÀÇ ¼±ÅÃ ¿©ºÎ ¼¼ÆÃ, ÀÌÀçÇÐ 070708 */
function flashView(file_path, wmode, wsize, hsize, isLogin, see, selectTab){

    //if( depth1 == 14 )
    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='+wsize+' height='+hsize+' VIEWASTEXT ID="Object1" tabindex="-1">');
    document.write('<param name="movie" value='+file_path+' />');
    document.write('<param name="quality" value="best">');
    document.write('<param name="wmode" value='+wmode+'>');
    document.write('<embed src='+file_path+' quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width='+wsize+' height='+hsize+'></embed>');
    document.write('</object>');

	//alert(depth1);
}



//-->
