function insertSWF(_source,_id,_width,_height,_mode) {
         document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width="+_width+" height="+_height+" id="+_id+" align=\"middle\"><param name=\"movie\" value="+_source+" /><param name=\"quality\" value=\"high\" /><param name=\"allowScriptAccess\" value=\"always\"><PARAM NAME=wmode VALUE="+_mode+"><embed src="+_source+" quality=\"high\" width="+_width+" height="+_height+" name="+_id+" wmode="+_mode+" align=\"middle\" allowScriptAccess=\"always\" swLiveConnect=true type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>");
}
