// input_file_browse

 function file_browse()
 {
  document.myform.file.click();
  document.myform.text1.value=document.myform.file.value; 
 }
 
 // fla

function changeEmbed(arg1, arg2, arg3)
{
  document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'");
  document.write("        codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='"+arg2+"' height='"+arg3+"'>");
  document.write("<param name='movie' value='"+arg1+"'>");
  document.write("<param name='quality' value='high'>");
  document.write("<embed src='"+arg1+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+arg2+"' height='"+arg3+"'></embed>");
  document.write("</object>");
}


// ¸µÅ©Å×µÎ¸® ¾ø¾Ö±â

function bluring()
{ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG")
document.body.focus(); 
}document.onfocusin=bluring; 



