/* Copyright (c) 2009-2010 EDMUS Coordinating Center, Bernard Frangoulis */

var chapters = [];
var links = [];
var lang = 'en';
var kind = '';
var countries = [];
var _center='';
var _centers='';
var _countries='';
var _in='';
var _when='';

function init_vars(which)
{
	kind = which;
	switch(which)
	{
	case "proj":
		chapters = [
			['The EDMUS project','The EDMUS software','Partners'],
			['The EDMUS network','The international<br />EDMUS network','The French<br />EDMUS network','The EDMUS coordinating center (ECC)','The steering committee'],
			['The common language:<br />scales and definitions','EGS scale','EDSS scale','Functional systems','Poser criteria','McDonald criteria','Disease course','Validation:<br />EVALUED study'],
			['EDMUS activities','ECTRIMS','ACADEDMUS','French MS Observatory','Lyon MS Cohort','Studies coordinated<br />by the ECC','Other Studies'],
			['Publications','ECC Publications','ECC Participating','Other Publications']
		];
		links = [
			['index','software','partners'],
			['network','net_world','net_fr','ecc','committee'],
			['ms_language','ms_egs','ms_edss','ms_fs','ms_poser','ms_mcdo','ms_course','ms_evalued'],
			['activities','ectrims','acadedmus','observatoire','studies_lyon','studies_ecc','studies_other'],
			['pubs','pubs_ecc','pubs_partner','pubs_other']
		];
		break;
		
	case "soft":
		chapters = [
			['The EDMUS software','Storing information','Using information','Sharing information','Multilingual software','Requirements','Development'],
			['Current version:<br />EDMUS 4.1.1','What\'s new in 4.1.1?','What was new in 4.1?','What was new in 4.0?','Update instructions'],
			['FAQ'],
			['Support','Thesaurus files','Serial number loss','Change of address'],
			['History','EDMUS releases'],
			['-'],
			['Getting EDMUS','Download','Buy'],
			['EDMUS entry forms']
		];
		links = [
			['index','features_store','features_use','features_share','multilingual','requirements','develop'],
			['edmus4','edmus411_new','edmus41_new','edmus4_new','edmus4_update'],
			['faq'],
			['support.php','thesaurus','serial.php','address.php'],
			['history','releases'],
			['-'],
			['edmus_get','edmus_download.php','http://www.shareit.com/checkout.html?productid=198171&languageid=1'],
			['forms']
		];
		break;
		
	case "studies":
		chapters = [
			['Presentation'],
			['POPARTMUS','Documents','Contact'],
			['Devic\'s Disease (DNMO)'],
			['TYSEDMUS','Contact']
		];
		links = [
			['index'],
			['popartmus','popart_docs','popart_contact'],
			['devic_general'],
			['tysedmus','tysedmus_contact']
		];
		break;
	}
	
	countries = [
		'Albania','Algeria','Australia','Austria','Belgium','Brazil','Canada','China','Croatia','Denmark','France','Germany','Greece','Hungary','Iran','Ireland','Israel','Italy','Japan','Luxembourg','Mexico','Netherlands','Poland','Portugal','Puerto Rico','Romania','Russian Federation','Saudi Arabia','Serbia','Slovenia','Spain','Sweden','Switzerland','Turkey','United Kingdom','United States','Uruguay'
	];
	
	_center="center";
	_centers="centers";
	_countries="countries";
	_in="in";
	_when="April 2010";
}