// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.


function writeFlash(){

    var filename = '/swf/main_final_revision2.swf';
    var flashWidth = 735;
    var flashHeight = 480;

    //if (!useRedirect) {    // if dynamic embedding is turned on
    //  if(hasRightVersion && !objBrowser.safari && !objBrowser.ns4) {  // if we've detected an acceptable version
        var oeTags = ''
	    + '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + flashWidth + '" height="' + flashHeight + '" id="promo_master" align="middle">'
        + '<PARAM NAME="MOVIE" VALUE="' + filename + '">'
        + '<PARAM NAME="PLAY" VALUE="true">'
        + '<PARAM NAME="LOOP" VALUE="true">'
	    + '<param name="allowScriptAccess" value="sameDomain" />'
        + '<PARAM NAME="QUALITY" VALUE="high">'
	    + '<PARAM NAME=wmode VALUE=transparent>'
        + '<PARAM NAME="MENU" VALUE="false">'
	    + '<param name="bgcolor" value="#FFFFFF">'
        + '<embed src="' + filename + '" quality="high" bgcolor="#FFFFFF" width="' + flashWidth + '" height="' + flashHeight + '" wmode="transparent" name="promo_master" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
        + '<\/EMBED>'
        + '<\/OBJECT>';

        document.write(oeTags);   // embed the flash movie
    //  } else {  
        /*
        // flash is too old or we can't detect the plugin
        var alternateContent = '<img src="/JSP/fuji/epartners/home/images/spacer.gif" alt="[spacer image]" width="1" height="1" hspace="0" vspace="0" border="0"><br>'
	    + '<img src="/JSP/fuji/epartners/home/images/spacer.gif" alt="[spacer image]" width="2" height="2" hspace="379" vspace="179" border="0"><br>'
	    + '<img src="/JSP/fuji/epartners/home/images/promos/' + homeImg + '" alt="' + homeAlt + '" width="760" height="120" hspace="0" vspace="0" border="0" usemap="#promo"><br>';

        document.write(alternateContent);  // insert non-flash content
        */
    //  }
    //}

}


function writeFlash_Transitional(){

    var filename = '/swf/main_final_transitional.swf';
    var flashWidth = 735;
    var flashHeight = 480;

    //if (!useRedirect) {    // if dynamic embedding is turned on
    //  if(hasRightVersion && !objBrowser.safari && !objBrowser.ns4) {  // if we've detected an acceptable version
        var oeTags = ''
	    + '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + flashWidth + '" height="' + flashHeight + '" id="promo_master" align="middle">'
        + '<PARAM NAME="MOVIE" VALUE="' + filename + '">'
        + '<PARAM NAME="PLAY" VALUE="true">'
        + '<PARAM NAME="LOOP" VALUE="true">'
	    + '<param name="allowScriptAccess" value="sameDomain" />'
        + '<PARAM NAME="QUALITY" VALUE="high">'
	    + '<PARAM NAME=wmode VALUE=transparent>'
        + '<PARAM NAME="MENU" VALUE="false">'
	    + '<param name="bgcolor" value="#FFFFFF">'
        + '<embed src="' + filename + '" quality="high" bgcolor="#FFFFFF" width="' + flashWidth + '" height="' + flashHeight + '" wmode="transparent" name="promo_master" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
        + '<\/EMBED>'
        + '<\/OBJECT>';

        document.write(oeTags);   // embed the flash movie
    //  } else {  
        /*
        // flash is too old or we can't detect the plugin
        var alternateContent = '<img src="/JSP/fuji/epartners/home/images/spacer.gif" alt="[spacer image]" width="1" height="1" hspace="0" vspace="0" border="0"><br>'
	    + '<img src="/JSP/fuji/epartners/home/images/spacer.gif" alt="[spacer image]" width="2" height="2" hspace="379" vspace="179" border="0"><br>'
	    + '<img src="/JSP/fuji/epartners/home/images/promos/' + homeImg + '" alt="' + homeAlt + '" width="760" height="120" hspace="0" vspace="0" border="0" usemap="#promo"><br>';

        document.write(alternateContent);  // insert non-flash content
        */
    //  }
    //}

}
