/* [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','1148',jdecode('Home'),jdecode(''),'/1148.html','true',[],''],
	['PAGE','32201',jdecode('Rafael+Peralto'),jdecode(''),'/32201/index.html','true',[ 
		['PAGE','32222',jdecode('Poemas+de+Rafael+Peralto'),jdecode(''),'/32201/32222.html','true',[],'']
	],''],
	['PAGE','5701',jdecode('Carmen+Peralto'),jdecode(''),'/5701/index.html','true',[ 
		['PAGE','5722',jdecode('Poemas+de+Carmen+Peralto'),jdecode(''),'/5701/5722.html','true',[],'']
	],''],
	['PAGE','5743',jdecode('Francisco+Peralto'),jdecode(''),'/5743/index.html','true',[ 
		['PAGE','5764',jdecode('Poemas+de+Francisco+Peralto'),jdecode(''),'/5743/5764.html','true',[],'']
	],''],
	['PAGE','5827',jdecode('Album+del+Taller'),jdecode(''),'/5827.html','true',[],''],
	['PAGE','5848',jdecode('Publicaciones'),jdecode(''),'/5848.html','true',[],'']];
var siteelementCount=9;
theSitetree.topTemplateName='Cuy';
theSitetree.paletteFamily='F7FDFD';
theSitetree.keyvisualId='-1';
theSitetree.keyvisualName='keyv.jpg';
theSitetree.fontsetId='385';
theSitetree.graphicsetId='438';
theSitetree.contentColor='000000';
theSitetree.contentBGColor='F7FDFD';
var theTemplate={
				name: 			'Cuy',
				paletteFamily: 	'F7FDFD',
				keyvisualId: 	'-1',
				keyvisualName: 	'keyv.jpg',
				fontsetId: 		'385',
				graphicsetId: 	'438',
				contentColor: 	'000000',
				contentBGColor: 'F7FDFD',
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				a_color: 		'F7FDFD',
				b_color: 		'E4E5C0',
				c_color: 		'FFFFFF',
				d_color: 		'FFFFFF',
				e_color: 		'FFFFFF',
				f_color: 		'FFFFFF',
				hasCustomLogo: 	'true',
				contentFontFace:'Verdana, Arial, Helvetica, sans-serif',
				contentFontSize:'12'
			  };
var webappMappings = {};
webappMappings['5000']={
webappId:    '5000',
documentId:  '1148',
internalId:  '',
customField: '20090605-183300'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '5701',
internalId:  '',
customField: '20081208-110151'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '32201',
internalId:  '',
customField: '20090816-092617'
};
webappMappings['1006']={
webappId:    '1006',
documentId:  '1148',
internalId:  '1006',
customField: '1006'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '5764',
internalId:  '',
customField: '20081208-102827'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '5743',
internalId:  '',
customField: '20090124-120610'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '5722',
internalId:  '',
customField: '20081208-102204'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '5827',
internalId:  '',
customField: '20090816-092128'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '5848',
internalId:  '',
customField: '20090604-184028'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '32222',
internalId:  '',
customField: '20081213-113545'
};
var canonHostname = 'wsc01a.arsys.es';
var accountId     = 'AARS20INVQUG';
var companyName   = 'Taller+de+Poes%C3%ADa+Visual+y+Arte+Correo+Corona+del+Sur';
var htmlTitle	  = 'peraltopoesiavisual.com';
var metaKeywords  = 'Poes%C3%ADa+visual%2C+poes%C3%ADa+visual%2C+poes%C3%ADa+experimental%2C+Poes%C3%ADa+Experimental%2C+Carmen+Peralto%2C+Rafael+Peralto%2C+Francisco+Peralto%2C+corona+del+sur%2C+editorial%2C+mail+art%2C+arte+correo%2C+visual+poetry';
var metaContents  = 'P%C3%A1gina+web+de+Poes%C3%ADa+Visual.+El+Taller+de+Poes%C3%ADa+Visual+y+Arte+Correo+Corona+del+Sur+integrado+por+Francisco+Peralto+Vicario%2C+Carmen+Peralto+y+Rafael+Peralto.+Poes%C3%ADa+experimental%2C+poes%C3%ADa+visual%2C+mail-art%2C+arte-correo.';
					                                                                    
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 */					                                                            
