////////////////////////////////////////////////////////////////////////////////////
////////////////////////////// Estructura de Directorios/////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
<!--

		d = new dTree('d');
		
		
//////////////MENU PRINCIPAL

		d.add( 0,-1,'DUNAGOLF');
		d.add( 1,0,'Willkommen', 'bienvenidos.htm');  
		d.add( 2,0,'Bungalows', 'bungalows.htm');
		d.add( 3,0,'Service','servicios.htm');
		d.add( 4,0,'Fotogalerie','fotos.htm');
		d.add( 5,0,'Anreise','comollegar.htm');
		d.add( 6,0,'Reservierungen','reservas.php');
		d.add( 7,0,'Preise','tarifas.htm');
		d.add( 8,0,'Angebote', 'promociones.htm');
		d.add( 9,0,'Links', 'links.htm');
		d.add( 10,0,'Allgemeine Information', 'info.htm');
		d.add( 11,0,'Rechtlicher Hinweis', 'nota.htm');
		d.add( 12,0,'Datenschutz', 'politica.htm');
		d.add( 13,0,'Sitemap', 'mapa.htm');
		d.add( 14,0,'Kontakt', 'contactar.htm');

		
    	document.write(d); 
//-->	
  



