function flash(flashname){
var str="";
str='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=8,0,22,0" width="518" height="400">';
str=str+'<param name="movie" value="'+flashname+'" />';
str=str+'<param name="quality" value="high" />';
str=str+'<param name="autostart" value="true" />';
str=str+'<embed src="'+flashname+'" quality="high" autostart="true" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="518" height="400"></embed>';
str=str+'</object>';
document.write(str);
}
