var url_params = new Array ();

// ------------------------------------------------
// configure external parameters
// ------------------------------------------------

// newsbriefs



stream_0_en_title   = "ORGANISATION";
url_params[0]      = "stream_0_en_title";

stream_0_no_title   = "ORGANISASJON";
url_params[1]      = "stream_0_no_title";

stream_0_en_file    = "/pub/orgdot/medialab_english.txt";
url_params[2]      = "stream_0_en_file";

stream_0_no_file    = "/pub/orgdot/medialab_norwegian.txt";
url_params[3]      = "stream_0_no_file";




stream_1_en_title   = "PROJECTS";
url_params[4]       = "stream_1_en_title";

stream_1_no_title   = "PROSJEKTER";
url_params[5]       = "stream_1_no_title";

stream_1_en_file    = "/pub/orgdot/clients_english.txt";
url_params[6]       = "stream_1_en_file";

stream_1_no_file    = "/pub/orgdot/clients_norwegian.txt";
url_params[7]       = "stream_1_no_file";



stream_2_en_title   = "GAMES";
url_params[8]       = "stream_2_en_title";

stream_2_no_title   = "SPILL";
url_params[9]       = "stream_2_no_title";

stream_2_en_file    = "/pub/orgdot/games_english.txt";
url_params[10]      = "stream_2_en_file";

stream_2_no_file    = "/pub/orgdot/games_norwegian.txt";
url_params[11]      = "stream_2_no_file";



stream_3_en_title   = "R&D";
url_params[12]      = "stream_3_en_title";

stream_3_no_title   = "FOU";
url_params[13]      = "stream_3_no_title";

stream_3_en_file    = "/pub/orgdot/opensource_english.txt";
url_params[14]      = "stream_3_en_file";

stream_3_no_file    = "/pub/orgdot/opensource_norwegian.txt";
url_params[15]      = "stream_3_no_file";



stream_4_en_title   = "NEWS";
url_params[16]       = "stream_4_en_title";

stream_4_no_title   = "NYHETER";
url_params[17]       = "stream_4_no_title";

stream_4_en_file    = "/pub/orgdot/news_english.txt";
url_params[18]       = "stream_4_en_file";

stream_4_no_file    = "/pub/orgdot/news_norwegian.txt";
url_params[19]       = "stream_4_no_file";


// set language to load

currentlanguage     = "en";
url_params[20]      = "currentlanguage";

stream_0_current    = stream_0_en_file;
url_params[21]      = "stream_0_current";

stream_1_current    = stream_1_en_file;
url_params[22]      = "stream_1_current";

stream_2_current    = stream_2_en_file;
url_params[23]      = "stream_2_current";

stream_3_current    = stream_3_en_file;
url_params[24]      = "stream_3_current";

stream_4_current    = stream_4_en_file;
url_params[25]      = "stream_4_current";

// the stream that is current

stream_file         = stream_4_current;
url_params[26]      = "stream_file";


// configure image loading

var stream_image_dir    = "/pub/orgdot/images/";
url_params[27]           = "stream_image_dir";

var big_image_ending     = "_big.swf";
url_params[28]           = "big_image_ending";

// default swf poster
var default_poster       = "/pub/old_orgdot_intro.swf";
url_params[29]           = "default_poster";

// ------------------------------------------------
// configure the movie
// ------------------------------------------------

var swf_src    = '/orgdot.swf';
var swf_width  = 780;
var swf_height = 720;
var swf_col    = '#ffffff';

// ------------------------------------------------
// generate the html code
// ------------------------------------------------
swf_src += '?';
for (i = 0; i < url_params.length; i++) swf_src += urlEncVar (url_params[i]);

document.writeln ( flash4Code (swf_src, swf_width, swf_height, swf_col) );