/* [nodename, id, name, navigationtext, href, isnavigation, childs[], templatename] */

function jdecode(s) {
    s = s.replace(/\+/g, "%20")
    return unescape(s);
}

var POS_NODENAME=0;
var POS_ID=1;
var POS_NAME=2;
var POS_NAVIGATIONTEXT=3;
var POS_HREF=4;
var POS_ISNAVIGATION=5;
var POS_CHILDS=6;
var POS_TEMPLATENAME=7;
var theSitetree=[ 
	['PAGE','401',jdecode('Home'),jdecode(''),'/401.html','true',[],''],
	['PAGE','5601',jdecode('%C2%BFQui%C3%A9nes+Somos%3F'),jdecode(''),'/5601.html','true',[],''],
	['PAGE','18901',jdecode('Cat%C3%A1logo'),jdecode(''),'/18901/index.html','true',[ 
		['PAGE','19401',jdecode('Conjuntos+de+Pantal%C3%B3n'),jdecode(''),'/18901/19401.html','true',[],''],
		['PAGE','19422',jdecode('Conjuntos+de+Flada'),jdecode(''),'/18901/19422.html','true',[],''],
		['PAGE','19443',jdecode('Vestidos+de+fiesta'),jdecode(''),'/18901/19443.html','true',[],''],
		['PAGE','19464',jdecode('Blusas'),jdecode(''),'/18901/19464.html','true',[],''],
		['PAGE','19485',jdecode('Pantalones'),jdecode(''),'/18901/19485.html','true',[],''],
		['PAGE','19506',jdecode('Jeans'),jdecode(''),'/18901/19506.html','true',[],''],
		['PAGE','19527',jdecode('Faldas'),jdecode(''),'/18901/19527.html','true',[],''],
		['PAGE','19548',jdecode('Sacos'),jdecode(''),'/18901/19548.html','true',[],''],
		['PAGE','19569',jdecode('Abrigos'),jdecode(''),'/18901/19569.html','true',[],''],
		['PAGE','19590',jdecode('Sweateres'),jdecode(''),'/18901/19590.html','true',[],''],
		['PAGE','19611',jdecode('Trajes+de+Ba%C3%B1o'),jdecode(''),'/18901/19611.html','true',[],''],
		['PAGE','19632',jdecode('Accesorios'),jdecode(''),'/18901/19632.html','true',[],'']
	],''],
	['PAGE','15601',jdecode('Galer%C3%ADa+de+Fotos'),jdecode(''),'/15601.html','true',[],''],
	['PAGE','19653',jdecode('Promociones'),jdecode(''),'/19653.html','true',[],''],
	['PAGE','5643',jdecode('Dond%C3%A9+Encontrarnos'),jdecode(''),'/5643.html','true',[],''],
	['PAGE','5664',jdecode('Cont%C3%A1ctenos'),jdecode(''),'/5664.html','true',[],'']];
var siteelementCount=19;
theSitetree.topTemplateName='Stripes';
theSitetree.paletteFamily='CC6600';
theSitetree.keyvisualId='1562';
theSitetree.keyvisualName='frau_rot.jpg';
theSitetree.fontsetId='244';
theSitetree.graphicsetId='309';
theSitetree.contentColor='CC6600';
theSitetree.contentBGColor='FCFCFB';
var theTemplate={
				name: 			'Stripes',
				paletteFamily: 	'CC6600',
				keyvisualId: 	'1562',
				keyvisualName: 	'frau_rot.jpg',
				fontsetId: 		'244',
				graphicsetId: 	'309',
				contentColor: 	'CC6600',
				contentBGColor: 'FCFCFB',
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				a_color: 		'CC6600',
				b_color: 		'DEDECA',
				c_color: 		'000000',
				d_color: 		'FFFFFF',
				e_color: 		'FFFFFF',
				f_color: 		'FFFFFF',
				hasCustomLogo: 	'false',
				contentFontFace:'Verdana, Arial, Helvetica, sans-serif',
				contentFontSize:'12'
			  };
var webappMappings = {};
webappMappings['1501']={
webappId:    '1501',
documentId:  '401',
internalId:  '2906137',
customField: '1501'
};
webappMappings['1007']={
webappId:    '1007',
documentId:  '15601',
internalId:  '1112816fcf5',
customField: 'g.124k17qha.mff24hr96.b8'
};
webappMappings['1008']={
webappId:    '1008',
documentId:  '5664',
internalId:  '3261923',
customField: 'es:ES:'
};
webappMappings['1006']={
webappId:    '1006',
documentId:  '401',
internalId:  '1006',
customField: '1006'
};
var canonHostname = 'diywk01.verio.stngva01.us.diy-servers.net';
var accountId     = 'AVEC10IN3KDJ';
var companyName   = 'TALLAS+EXTRA';
var htmlTitle	  = 'TALLAS+EXTRA';
var metaKeywords  = 'Tallas+extra%2C+Tallas+grandes%2C+Ropa+para+gordas%2C+Plus+sizes%2C+Ropa+hecha+para+gordas%2C+Ropa+grande%2C+Prendas+tallas+grandes%2C+Ropa+para+mujer+en+tallas+extra';
var metaContents  = 'Este+sitio+ha+sido+dise%C3%B1ado+con+el+prop%C3%B3sito+de+que+usted+tenga+una+forma+m%C3%A1s+completa+de+conocer+todos+los+productos+que+tallas+extra+ofrece+para+usted.++Aqu%C3%AD+encontrara+informaci%C3%B3n+completa+y+relevante+de+nuestra+empresa+as%C3%AD+como+algunas+im%C3%A1genes+de+los+diferentes+modelos+que+manejamos+conjuntamente+con+un+formulario+de+contacto+para+que+usted+se+comunique+con+nosotros.++';
					                                                                    
theSitetree.getById = function(id, ar) {												
							if (typeof(ar) == 'undefined')                              
								ar = this;                                              
							for (var i=0; i < ar.length; i++) {                         
								if (ar[i][POS_ID] == id)                                
									return ar[i];                                       
								if (ar[i][POS_CHILDS].length > 0) {                     
									var result=this.getById(id, ar[i][POS_CHILDS]);     
									if (result != null)                                 
										return result;                                  
								}									                    
							}                                                           
							return null;                                                
					  };                                                                
					                                                                    
theSitetree.getParentById = function(id, ar) {                                        
						if (typeof(ar) == 'undefined')                              	
							ar = this;                                             		
						for (var i=0; i < ar.length; i++) {                        		
							for (var j = 0; j < ar[i][POS_CHILDS].length; j++) {   		
								if (ar[i][POS_CHILDS][j][POS_ID] == id) {          		
									// child found                                 		
									return ar[i];                                  		
								}                                                  		
								var result=this.getParentById(id, ar[i][POS_CHILDS]);   
								if (result != null)                                 	
									return result;                                  	
							}                                                       	
						}                                                           	
						return null;                                                	
					 }								                                    
					                                                                    
theSitetree.getName = function(id) {                                                  
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_NAME];                                      
						return null;	                                                
					  };			                                                    
theSitetree.getNavigationText = function(id) {                                        
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_NAVIGATIONTEXT];                            
						return null;	                                                
					  };			                                                    
					                                                                    
theSitetree.getHREF = function(id) {                                                  
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_HREF];                                      
						return null;	                                                
					  };			                                                    
					                                                                    
theSitetree.getIsNavigation = function(id) {                                          
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_ISNAVIGATION];                              
						return null;	                                                
					  };			                                                    
					                                                                    
theSitetree.getTemplateName = function(id, lastTemplateName, ar) {             		
	                                                                                 
	if (typeof(lastTemplateName) == 'undefined')                                     
		lastTemplateName = this.topTemplateName;	                                 
	if (typeof(ar) == 'undefined')                                                   
		ar = this;                                                                   
		                                                                             
	for (var i=0; i < ar.length; i++) {                                              
		var actTemplateName = ar[i][POS_TEMPLATENAME];                               
		                                                                             
		if (actTemplateName == '')                                                   
			actTemplateName = lastTemplateName;		                                 
		                                                                             
		if (ar[i][POS_ID] == id) {                                			         
			return actTemplateName;                                                  
		}	                                                                         
		                                                                             
		if (ar[i][POS_CHILDS].length > 0) {                                          
			var result=this.getTemplateName(id, actTemplateName, ar[i][POS_CHILDS]); 
			if (result != null)                                                      
				return result;                                                       
		}									                                         
	}                                                                                
	return null;                                                                     
	};                                                                               
/* EOF */					                                                            

