/*function initDelayed(){*/
    document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"1000\" height=\"350\" id=\"flashnav\">\n");
    document.write("<param name=\"allowScriptAccess\" value=\"always\" />\n");
    document.write("<param name=\"movie\" value=");
    writeSourcePath();
    document.write(" />\n");
    document.write("<param name=\"quality\" value=\"high\" />\n");
    document.write("<param name=\"swliveconnect\" value=\"true\" />\n");
    document.write("<param name=\"WMODE\" value=\"opaque\" />\n");
    document.write("<param name=\"FlashVars\" value=\"microsoft=");
    document.write((document.all && navigator.userAgent.match("Opera") == null)?"true":"false");
    document.write("&forumUrl=");
    document.write(FORUM_URL);
    document.write("&regelwerkUrl=");
    document.write(REGELWERK_ZIP_URL);
    document.write("\" />\n");
    document.write("\n");
    document.write("<embed src=");
    writeSourcePath();
    document.write(" id=\"flashnav\" wmode=\"opaque\" quality=\"high\" swliveconnect=\"true\" width=\"1000\" height=\"350\" type=\"application/x-shockwave-flash\" name=\"flashnav\" id=\"flashnav\" pluginspage=\"http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\">\n");
    document.write("\n");
//    document.write("<!--[if !IE]> <-->\n");
//    document.write("<object data=");
//    writeSourcePath();
//    document.write(" width=\"1000\" height=\"350\" type=\"application/x-shockwave-flash\" id=\"flashnav\">\n");*/
    document.write("<param name=\"FlashVars\" value=\"microsoft=");
    document.write((document.all && navigator.userAgent.match("Opera") == null)?"true":"false");
    document.write("&forumUrl=");
    document.write(FORUM_URL);
    document.write("&regelwerkUrl=");
    document.write(REGELWERK_ZIP_URL);
    document.write("\" />\n");
    document.write("<param name=\"quality\" value=\"hight\" />\n");
    document.write("<param name=\"swliveconnect\" value=\"true\" />\n");
    document.write("<param name=\"WMODE\" value=\"opaque\" />\n");
    document.write("<param name=\"pluginurl\" value=\"http://www.macromedia.com/go/getflashplayer\" />\n");
    //document.write("FAIL (the browser should render some flash content, not this).\n");
    //document.write("</object>\n");
    document.write("</embed>\n");
//    document.write("<!--> <![endif]-->\n");
    document.write("</object>\n");
/*}

window.setTimeout("initDelayed()", 0);*/

function writeSourcePath()
{
    document.write("\""+OBJECT_PATH+GLOBAL_LANGUAGE+"/portal/portalRahmenSeite/Navigation.swf?microsoft=");
    if (document.all && navigator.userAgent.match("Opera") == null)
    {
        document.write("true");
    }
    else
    {
        document.write("false");
    }
    document.write("&forumUrl=");
    document.write(FORUM_URL);
    document.write("&regelwerkUrl=");
    document.write(REGELWERK_ZIP_URL);
    document.write("\"");
}