var version = "9.0.45";
//var express = "swf/expressInstall.swf";
var flashvars = {
    state:"firsttime"
};

swfobject.embedSWF(
    "swf/dvd.swf",
    "flashcontent2",
    "181",
    "185",
    version,
    //express,
    null,
    null,
    {
        wmode:"opaque"
    }
);

if (!swfobject.hasFlashPlayerVersion(version)) {
    document.getElementById("flashcontent1").innerHTML =
        '<dl class="voice">' +
					'<dt><img src="images/index/txt_flash.gif" alt="The Olive Tree of Peace Add your voice to make it grow" width="251" height="52" /></dt>' +
					'<dd>' +
						'<ul>' +
							'<li><a href="involved/peace/index.php"><img src="images/index/btn_flash_read_off.gif" alt="Read Voices" width="104" height="23" /></a></li>' +
							'<li><a href="involved/peace/voice.php"><img src="images/index/btn_flash_my_off.gif" alt="My Voice" width="104" height="23" /></a></li>' +
						'</ul>' +
						'<p>To fully enjoy this content download Adobe Flash Player version 9 or above. Download the free <a href="http://www.adobe.com/go/EN_US-H-GET-FLASH" target="_blank">Adobe Flash Player</a> now!</p>' +
					'</dd>' +
				'</dl>';
} else {
    swfobject.embedSWF(
        "swf/main.swf",
        "flashcontent1",
        "577",
        "316",
        version,
        //express,
        null,
        flashvars,
        {
            wmode:"opaque"
        }
    );
}
