<!--

function WriteFlashContent(hasFlash,width,height,Furl,quality,wmode,alt,Iurl){
if(hasFlash){
    var type = "";
    if(document.all)
        type = "classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"";
    else
        type = "type=\"application/x-shockwave-flash\" data=\""+Furl+"\"";
    document.write("<object "+type+" height=\""+height+"\" width=\""+width+"\"><param name=\"allowScriptAccess\" value=\"sameDomain\"><param name=\"movie\" value=\""+Furl+"\"><param name=\"quality\" value=\""+quality+"\"><param name=\"wmode\" value=\""+wmode+"\">");    
    document.write("<param name=\"flashvars\">");
    document.write("</object>");
}
else if(Iurl && Iurl != '') {document.write("<img src=\""+Iurl+"\" height=\""+height+"\" width=\""+width+"\" alt=\"" + alt + "\"/>");}
else {document.write("<h2>Browser Plugin Not Found</h2><p>The required version of Macromedia Flash Player was not detected.</p><ul><li><a href=\"http://www.macromedia.com/go/getflashplayer\" title=\"Get Flash Player\">Download Macromedia Flash Player</a></li></ul>");}}

-->
