var str = [];


str[0] = {nombre : 'ADSL',
                  id:1,
                  url : '',
                  hijos: [
                     { nombre:'ADSL Family',
                           id:1000,
                           url : '#',
						   idSection: 1,
                           hijos:[]
                         },
                         { nombre : 'ADSL met vaste telefonie',
                           id:1001,
                           url : '#',
						   idSection: 1,
                           hijos: []
                         },
						 { nombre : 'ADSL met mobiel',
                           id:1002,
                           url : '#',
						   idSection: 1,
                           hijos: []
                         },
						 { nombre : 'ADSL met vaste telefonie en mobiel',
                           id:1003,
                           url : '#',
						   idSection: 1,
                           hijos: []
                         },
                         { nombre : 'Combi-pack',
                           id:1004,
                           url : '',
						   idSection: 1,
                           hijos: [						   						  
									 { 
									   nombre : 'Bundel 1',
									   id:1005,
									   url :'#',			
									   hijos: []
									 },
									 { nombre : 'Bundel 2',
									   id:1006,
									   url : '#',
									   hijos: []
									 },
									 { nombre : 'Bundel 3',
									   id:1007,
									   url : '#',
									   hijos: []
									 },
									 { nombre : 'Bundel 4',
									   id:1008,
									   url : '#',
									   hijos: []
									 }									 
						   ]
                         },
                         { nombre : 'ADSL starter',
                           id:1009,
                           url : '#',
						   idSection: 1,
                           hijos: []
                         },
                         { nombre : 'Livebox',
                           id:1010,
                           url : '#',
						   idSection: 1,
                           hijos: []
                         }
                        ]
                  };
				  
