/**
 * @(#) $RCSfile$ $Revision$ $Date$
 *
 * Copyright 2003 Orgdot AS. All Rights Reserved.
 * http://dev.swfit.com
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

/**
 * Individual browser configuration of Flash movies.
 *
 * @author      Olaf Havnes
 * @version     $Revision$ $Date$
 * @since       SWFIT2.0
 */




var url_params = new Array ();
var u = 0;


// ------------------------------------------------
// configure external parameters
// ------------------------------------------------


video_url_2 = "NafForteller.flv";
url_params[u++] = "video_url_2";

video_url_1 = "PaaskeTips.flv";
url_params[u++] = "video_url_1";

video_url_0 = "TvReklame.flv";
url_params[u++] = "video_url_0";




blur_image_0 = "/ftp/flash/naf/marked/2006-02/Brygge";
url_params[u++] = "blur_image_0";

blur_image_1 = "/ftp/flash/naf/marked/2006-02/GammelNy";
url_params[u++] = "blur_image_1";

//blur_image_2 = "/ftp/flash/naf/marked/2006-02/Garasje";
//url_params[u++] = "blur_image_2";

blur_image_2 = "/ftp/flash/naf/marked/2006-02/Groft";
url_params[u++] = "blur_image_2";

blur_image_3 = "/ftp/flash/naf/marked/2006-02/KrapSving";
url_params[u++] = "blur_image_3";

blur_image_4 = "/ftp/flash/naf/marked/2006-02/LitenStor";
url_params[u++] = "blur_image_4";

blur_image_5 = "/ftp/flash/naf/marked/2006-02/Orken";
url_params[u++] = "blur_image_5";

blur_image_6 = "/ftp/flash/naf/marked/2006-02/RundKjoring";
url_params[u++] = "blur_image_6";

blur_image_7 = "/ftp/flash/naf/marked/2006-02/SnoSkog";
url_params[u++] = "blur_image_7";

blur_image_8 = "/ftp/flash/naf/marked/2006-02/SnoSpor";
url_params[u++] = "blur_image_8";

blur_image_9 = "/ftp/flash/naf/marked/2006-02/Syden";
url_params[u++] = "blur_image_9";

blur_image_10 = "/ftp/flash/naf/marked/2006-02/TauBil";
url_params[u++] = "blur_image_10";

//blur_image_11 = "/ftp/flash/naf/marked/2006-02/ToBiler";
//url_params[u++] = "blur_image_11";

blur_image_11 = "/ftp/flash/naf/marked/2006-02/TreVei";
url_params[u++] = "blur_image_11";

blur_image_12 = "/ftp/flash/naf/marked/2006-02/Verksted";
url_params[u++] = "blur_image_12";

blur_image_13 = "/ftp/flash/naf/marked/2006-02/VinduBiler";
url_params[u++] = "blur_image_13";


// ------------------------------------------------
// configure the movie
// ------------------------------------------------

var swf_src = '/ftp/flash/naf/marked/2006-02/SlideShow.swf';
var swf_width = 770;
var swf_height = 385;
var swf_col = '#FFE600';




// ------------------------------------------------
// generate the html code
// ------------------------------------------------

swf_src += '?';
for (i = 0; i < url_params.length; i++) swf_src += urlEncVarMX (url_params[i]);


if (flash7_ok)
{
    document.writeln ( flash7Code (swf_src, swf_width, swf_height, swf_col) );
}
else
{
    document.writeln ( '<img src="/ftp/flash/naf/marked/2006-02/Splash.jpg" />' );
}


