function flash(flashfile,flash_width,flash_height,flash_wmode,flash_bgcolor){
switch(flash_wmode){
case 1 : wmode = 'wmode';
case 2 : wmode = 'opaque';
default : wmode = 'wmode';
}
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
document.write('WIDTH="'+flash_width+'" HEIGHT="'+flash_height+'">');
document.write('<param name="'+wmode+'" value="transparent" /><param name="bgcolor" value="'+flash_bgcolor+'" />');
document.write('<param name="movie" value="'+flashfile+'">');
document.write('<param name="loop" value="false">');
document.write('<embed src="'+flashfile+'" wmode="transparent" wmode="opaque" width="'+flash_width+'" height="'+flash_height+'" ');
document.write('allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</OBJECT>');
}
function delcheck(d_mes,d_url){if( confirm(d_mes)){location.href = d_url;}}
