//Flash ½ºÅ©¸³Æ®
function get_flash(flash_file,width,height,flash_var){

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'">');
document.write('<param name="movie" value="'+flash_file+'">');
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="FlashVars" value="'+flash_var+'">');
document.write('<embed src="'+flash_file+'" quality="high" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" FlashVars="'+flash_var+'" wmode=transparent></embed></object>');
}


