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

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

		d.add( 0,-1,'DUNAGOLF');
		d.add( 1,0,'Välkommen', 'bienvenidos.htm');  
		d.add( 2,0,'Bungalows', 'bungalows.htm');
		d.add( 3,0,'Service','servicios.htm');
		d.add( 4,0,'Fotogalleri','fotos.htm');
		d.add( 5,0,'Hur ni hittar hit','comollegar.htm');
		d.add( 6,0,'Bokningar','reservas.php');
		d.add( 7,0,'Priser','tarifas.htm');
		d.add( 8,0,'Specialerbjudanden', 'promociones.htm');
		d.add( 9,0,'Intressanta länkar', 'links.htm');
		d.add( 10,0,'Allmän information', 'info.htm');
		d.add( 11,0,'Juridisk information', 'nota.htm');
		d.add( 12,0,'Säkerhetspolicy', 'politica.htm');
		d.add( 13,0,'Karta', 'mapa.htm');
		d.add( 14,0,'Kontakta oss', 'contactar.htm');
		
    	document.write(d); 
//-->	
  



