function EmbedFlash(url, width, height , loop){
// Main Flash animation - XHTML 1.0 compliant workaround for IE and Firefox (write as javascript rather then embed HTML))
document.write('<object type="application/x-shockwave-flash" data="'+url+'" width="'+width+'" height="'+height+'">');
document.write('<param name="movie" value="'+url+'"/>');
document.write('<param name="wmode" value="opaque" />');
document.write('</object>');
}
