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

function includeSwf(path, width, height){
    document.write("<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'></object>");
}