


function Flash(f_files,f_width,f_height){
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" ID='+f_files+' WIDTH='+f_width+' HEIGHT='+f_height+'>\n');
document.write(' <PARAM NAME=movie VALUE="'+f_files+'">\n');
document.write(' <PARAM NAME=loop VALUE=false>\n');
document.write(' <PARAM NAME=quality VALUE=high>\n');
document.write(' <PARAM NAME=scale VALUE=noborder>\n');
document.write(' <PARAM NAME=wmode VALUE=transparent>\n');
document.write(' <PARAM NAME=bgcolor VALUE=#ffffff>\n');
document.write(' <EMBED src="'+f_files+'" loop=false quality=high scale=noborder bgcolor=#ffffff  WIDTH='+f_width+' HEIGHT='+f_height+' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
document.write('</OBJECT>\n');
}



function Flash_bgWhite(f_files,f_width,f_height){
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" ID='+f_files+' WIDTH='+f_width+' HEIGHT='+f_height+'>\n');
document.write(' <PARAM NAME=movie VALUE="'+f_files+'">\n');
document.write(' <PARAM NAME=loop VALUE=false>\n');
document.write(' <PARAM NAME=quality VALUE=high>\n');
document.write(' <PARAM NAME=scale VALUE=noborder>\n');
document.write(' <PARAM NAME=bgcolor VALUE=#ffffff>\n');
document.write(' <EMBED src="'+f_files+'" loop=false quality=high scale=noborder bgcolor=#ffffff  WIDTH='+f_width+' HEIGHT='+f_height+' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
document.write('</OBJECT>\n');
}



function FlashNoCache(f_files,f_width,f_height){
rnum = Math.floor(Math.random() * 10000);
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" ID='+f_files+' WIDTH='+f_width+' HEIGHT='+f_height+'>\n');
document.write(' <PARAM NAME=movie VALUE="'+f_files+'?'+rnum+'">\n');
document.write(' <PARAM NAME=loop VALUE=false>\n');
document.write(' <PARAM NAME=quality VALUE=high>\n');
document.write(' <PARAM NAME=scale VALUE=noborder>\n');
document.write(' <PARAM NAME=wmode VALUE=transparent>\n');
document.write(' <PARAM NAME=bgcolor VALUE=#ffffff>\n');
document.write(' <EMBED src="'+f_files+'?'+rnum+'" loop=false quality=high scale=noborder bgcolor=#ffffff  WIDTH='+f_width+' HEIGHT='+f_height+' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
document.write('</OBJECT>\n');
}



