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="326" height="376" id="FMPv4" align="middle">');
document.write('<param name="allowScriptAccess" value="always" />');
document.write('<param name="wmode" value="opaque" />');
document.write('<param name="movie" value="/FMPv4.swf" />');
document.write('<param name="base" value="" />');
document.write('<param name="FlashVars" value="' + flashTagsString + '" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#EBEBEB" />');
document.write('<embed src="/FMPv4.swf" base="" FlashVars="' + flashTagsString + '" quality="high" bgcolor="#000000" width="326" height="376" name="FMPv4" align="middle" wmode="opaque" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
//
function FMPloadMedia(myBufferPath, myOverlayPath, myMediaPathHigh, myMediaPathMedium, myMediaPathLow, myDescription, moreInfoLink, downloadLink, myTitle, price) {
    FMPmovieName("FMPv4").loadMedia(myMediaPathLow, myMediaPathMedium, myMediaPathHigh, myBufferPath, myOverlayPath, myTitle, myDescription, moreInfoLink, downloadLink, price);
}
function FMPpauseMedia() {
    FMPmovieName("FMPv4").pauseMedia();
}
function FMPplayMedia() {
    FMPmovieName("FMPv4").playMedia();
}
function FMPmovieName(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName]
    }
    else {
        return document[movieName]
    }
}
//