////////////////////////////////////////////////////////////////////////////////////
////////////////////////////// Estructura de Directorios/////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
<!--

		d = new dTree('d');
		
		
//////////////MENU PRINCIPAL

		d.add( 0,-1,'COLORADAMAR');
		d.add( 1,0,'Welcome', '../index_en.php');  
		d.add( 2,0,'Villas', 'villas.php');
		d.add( 3,0,'Reservations','reservas.php');
		d.add( 4,0,'Prices','tarifas.php');
		d.add( 5,0,'Services','servicios.php');
		d.add( 6,0,'Photo Gallery','galeria.php');
		d.add( 7,0,'How to find us','comollegar.php');
		d.add( 8,0,'General Information', 'info.php');
		d.add( 9,0,'Legal Note', 'nota.php');
		d.add( 10,0,'Privacy Policy', 'politica.php');
		d.add( 11,0,'Site Map', 'mapa.php');
		d.add( 12,0,'Contact', 'contactar.php');
		
    	document.write(d); 
//-->	
  



