/* WRITING OF THE FLASH - AGAINST WINDOWS ACTIVEX */

function includeSwf(path, width, height, shortname){
    document.write("<object id='"+shortname+"_object' type='application/x-shockwave-flash' data='"+path+"' width='"+width+"' height='"+height+"'><param name='movie' value='"+path+"' /><param name='bgcolor' value='#ffffff'><param name='wmode' value='transparent'><embed name='"+shortname+"' src='"+path+"' quality='high' width='"+width+"' height='"+height+"' name='"+path+"' id='"+path+"' align='middle' allowscriptaccess='always' allowFullScreen='false' swLiveConnect='true' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>");
}