var hoofditems = new Array();
var subitems = new Array();

var navRootURL = "/archief/2004/lijn25";
hoofditems['name'] = new Array('dummy', 'Voorpagina', 'Nieuwsoverzicht', 'Uitbreiding', 'Europa&nbsp;Kiest', 'De&nbsp;Bus', 'De&nbsp;Macht', 'Achtergronden', 'Columns', 'Tijdlijn', 'Sitetips');
hoofditems['link'] = new Array('dummy', '/voorpagina/', '/nieuwsoverzicht/', '/uitbreiding/', '/europakiest/', '/debus/', '/demacht/', '/achtergronden/', '/columns/', '/tijdlijn/', '/sitetips/');
hoofditems['id'] = new Array('dummy', 05, 10, 15, 20, 25, 30, 35, 40, 45, 50);
subitems[15] = new Array();
subitems[15]['name'] = new Array('dummy', 'Estland', 'Letland', 'Litouwen', 'Polen', 'Tsjechi&euml;', 'Slowakije', 'Hongarije', 'Sloveni&euml;', 'Cyprus', 'Malta');
subitems[15]['link'] = new Array('dummy', '/uitbreiding/estland/', '/uitbreiding/letland/', '/uitbreiding/litouwen/', '/uitbreiding/polen/', '/uitbreiding/tsjechie/', '/uitbreiding/slowakije/', '/uitbreiding/hongarije/', '/uitbreiding/slovenie/', '/uitbreiding/cyprus/', '/uitbreiding/malta/');
subitems[20] = new Array();
subitems[20]['name'] = new Array('dummy', 'Partijen', 'Thema&#39;s');
subitems[20]['link'] = new Array('dummy', '/europakiest/partijen/', '/europakiest/thema/');
subitems[25] = new Array();
subitems[25]['name'] = new Array('dummy', 'Letland', 'Polen', 'Tsjechi&euml;', 'Hongarije', 'Sloveni&euml;', 'Itali&euml;', 'Spanje', 'Frankrijk', 'Duitsland', 'Belgi&euml;');
subitems[25]['link'] = new Array('dummy', '/debus/letland/', '/debus/polen/', '/debus/tsjechie/', '/debus/hongarije/', '/debus/slovenie/', '/debus/italie/', '/debus/spanje/', '/debus/frankrijk/', '/debus/duitsland/', '/debus/belgie/');

//alert ("REDIRECT: location.pathname " + location.pathname);
switch (location.pathname){
   case navRootURL +'/' :
      // Redirect to main page
      location.href = navRootURL + hoofditems['link'][1] + 'index.html'
      break;
   case navRootURL+'/index.html' :
      // Redirect to main page
      location.href = navRootURL + hoofditems['link'][1] + 'index.html'
      break;
}



function ReplaceMainTopicURL(id)
{
  for(i=1;i<hoofditems['id'].length;i++){
      if(id == hoofditems['id'][i]) {
         if (location.pathname == navRootURL + hoofditems['link'][i] + 'index.html'){
           location.href = navRootURL+subitems[id]['link'][1] + 'index.html';
         } else {
         hoofditems['link'][i] = subitems[id]['link'][1];
         }
      }
  }
}

function displayMainTopic(topic, url, selected, rubriek)
{

   if (topic == "Sitemap")
	{
		document.write('	<tr> ');
		document.write('	  <td width="143" height="20" align="right"><img src="/gfx/lijn25/navigatie/stippelijn_nav.gif" width="143" height="5" /></td> ');
		document.write('	</tr> ');
	}
   if (topic.toLowerCase( ) == selected.toLowerCase( ))
	{
		document.write('<tr>');
		document.write('	<td width="143" height="13" align="right" class="kleur_'+rubriek+'"><a href="'+navRootURL+url+'index.html" class="nav_over" style="font-weight: bold;">' + topic + '<img src="/gfx/lijn25/navigatie/pijl_actief.gif" width="13" height="11" border="0"></a></td>');
		document.write('</tr>');
	} else {
		document.write('<tr>');
		document.write('	<td width="143" height="13" align="right"><a href="'+navRootURL+url+'index.html" class="nav_links">' + topic + '<img src="/gfx/lijn25/navigatie/pijl_passief.gif" width="13" height="11" border="0"></a></td>');
		document.write('</tr>');
	}
} // displayMainTopic

function displaySubTopics(key,subselected,rubriek)
{
		if(typeof subitems[key] != "undefined")
		{
			for(j=1;j<subitems[key]['name'].length;j++){
				var url = subitems[key]['link'][j];
				if(subitems[key]['name'][j].toLowerCase( ) == subselected.toLowerCase( )) {  //check selected
					document.write('  <tr>');
					document.write('    <td width="143" height="13" align="right"class="kleur_'+rubriek+'_b"><a href="'+navRootURL+url+'index.html" class="nav_over" style="font-weight: bold;">'+subitems[key]['name'][j]+'<img src="/gfx/lijn25/navigatie/pijl_actief.gif" width="13" height="11" border="0"></a></td>');
					document.write('  </tr>');
				} else {
					document.write('  <tr>');
					document.write('    <td width="143" height="13" align="right" bgcolor="E7EEF3"><a href="'+navRootURL+url+'index.html" class="nav_subs">'+subitems[key]['name'][j]+'<img src="/gfx/lijn25/navigatie/pijl_passief_'+rubriek+'.gif" width="13" height="11" border="0"></a></td>');
					document.write('  </tr>');
				}
			}
			document.write('<tr>');
			document.write('	<td width="143" height="1" align="right" class="kleur_'+rubriek+'"><img src="/gfx/global/spacer_transparant.gif" width="143" height="1"></td>');
			document.write('</tr>');
		}
} // displaySubTopics


function displayHoofdNav(selected,subselected,rubriek)
{
	document.write('<table width="151" border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('	<td width="2" rowspan="26"><img src="/gfx/lijn25/global/spacer.gif" width="2" height="2"></td>');
	document.write('	<td width="2" bgcolor="E8ECF2"><img src="/gfx/lijn25/global/spacer.gif" width="2" height="2"></td>');
	document.write('	<td width="143" height="44" align="left" valign="bottom" background="/gfx/lijn25/navigatie/titelkader_nav.gif" class="titel_infoblok" style="padding: 0 0 2px 5px; font-weight: bold;">Navigatie</td>');
	document.write('	<td width="2" bgcolor="E8ECF2"><img src="/gfx/lijn25/global/spacer.gif" width="2" height="2"></td>');
	document.write('	<td width="2" rowspan="26"><img src="/gfx/lijn25/global/spacer.gif" width="2" height="2"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('	<td width="2"><img src="/gfx/lijn25/global/spacer.gif" width="2" height="2"></td>');
	document.write('	<td height="7"><table width="100%" border="0" cellpadding="0" cellspacing="0">');

  for(i=1;i<hoofditems['name'].length;i++){
  	
		displayMainTopic(hoofditems['name'][i],hoofditems['link'][i],selected,rubriek);
		if(selected.toLowerCase( ) == hoofditems['name'][i].toLowerCase( )) {
			displaySubTopics(hoofditems['id'][i],subselected,rubriek);
		}	
	}

	document.write('	<tr> ');
	document.write('	  <td width="143" height="20" align="right"><img src="/gfx/lijn25/navigatie/stippelijn_nav.gif" /></td> ');
	document.write('	</tr> ');
	document.write('	<tr> ');
	document.write('	  <td width="143" height="13" align="right"><a href="http://www.nos.nl/nieuws/" class="nav_links" target="_blank">www.nosnieuws.nl<img src="/gfx/lijn25/navigatie/pijl_passief.gif" width="13" height="11" border="0" /></a></td> ');
	document.write('	</tr> ');
	document.write('	<tr> ');
	document.write('	  <td width="143" height="13" align="right"><a href="http://www.novatv.nl" class="nav_links" target="_blank">www.novatv.nl<img src="/gfx/lijn25/navigatie/pijl_passief.gif" width="13" height="11" border="0" /></a></td> ');
	document.write('	</tr> ');
	document.write('	<tr> ');
	document.write('	  <td height="13"><img src="/gfx/global/spacer.gif" width="143" height="13" /></td> ');
	document.write('	</tr> ');


	document.write('	</table></td><td width="2"><img src="/gfx/lijn25/global/spacer.gif" width="2" height="2"></td>');
	document.write('</tr>');

	document.write('  <tr> ');
	document.write('    <td width="10" colspan="3"><img src="/gfx/global/spacer.gif" width="12" height="12" /></td> ');
	document.write('  </tr> ');
	document.write('  <tr> ');
	document.write('    <td height="2" colspan="3"><img src="/gfx/global/spacer.gif" width="147" height="2" /></td> ');
	document.write('  </tr> ');

document.write('<tr>');
                document.write('<td height="44" align="right" valign="middle" bgcolor="E8ECF2"><table width="100%" border="0" cellspacing="0" cellpadding="0">'); 
         
					    document.write('</table></td>');  
              document.write('</tr>');
	document.write('</table>');
} // einde functie displayHoofdNav
