/* [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','4701',jdecode('About+us'),jdecode(''),'/4701.html','true',[],''],
	['PAGE','25301',jdecode('Recommendation'),jdecode(''),'/25301.html','true',[],''],
	['PAGE','25343',jdecode('Buy+Online'),jdecode(''),'/25343.html','true',[],''],
	['PAGE','25364',jdecode('How+FI+Works'),jdecode(''),'/25364.html','true',[],''],
	['PAGE','25385',jdecode('Why+Buy+FI'),jdecode(''),'/25385.html','true',[],''],
	['PAGE','25406',jdecode('Benefits++'),jdecode(''),'/25406.html','true',[],''],
	['PAGE','23106',jdecode('Service'),jdecode(''),'/23106.html','true',[],''],
	['PAGE','25448',jdecode('Warranty'),jdecode(''),'/25448.html','true',[],''],
	['PAGE','38379',jdecode('FAQs'),jdecode(''),'/38379.html','true',[],''],
	['PAGE','25490',jdecode('Contact'),jdecode(''),'/25490.html','true',[],''],
	['PAGE','25511',jdecode('Sales'),jdecode(''),'/25511.html','true',[],''],
	['PAGE','34901',jdecode('Dealers'),jdecode(''),'/34901.html','true',[],''],
	['PAGE','25553',jdecode('NASCAR+Racing'),jdecode(''),'/25553.html','true',[],''],
	['PAGE','36015',jdecode('Craftsman+Truck'),jdecode(''),'/36015.html','true',[],''],
	['PAGE','37301',jdecode('Dodge+Series'),jdecode(''),'/37301.html','true',[],''],
	['PAGE','38127',jdecode('Other+Products'),jdecode(''),'/38127.html','true',[],''],
	['PAGE','38190',jdecode('Perimeter+Guard'),jdecode(''),'/38190.html','true',[],''],
	['PAGE','38337',jdecode('GPS+Systems'),jdecode(''),'/38337.html','true',[],''],
	['PAGE','38232',jdecode('Order+a+brochure'),jdecode(''),'/38232.html','true',[],''],
	['PAGE','23001',jdecode('Terms+of+Use'),jdecode(''),'/23001.html','true',[],''],
	['PAGE','61801',jdecode('.'),jdecode(''),'/61801.html','true',[],'']];
var siteelementCount=22;
theSitetree.topTemplateName='Time';
theSitetree.paletteFamily='272740';
theSitetree.keyvisualId='2296';
theSitetree.keyvisualName='digital.jpg';
theSitetree.fontsetId='269';
theSitetree.graphicsetId='336';
theSitetree.contentColor='000000';
theSitetree.contentBGColor='FFFFFF';
var theTemplate={
				name: 			'Time',
				paletteFamily: 	'272740',
				keyvisualId: 	'2296',
				keyvisualName: 	'digital.jpg',
				fontsetId: 		'269',
				graphicsetId: 	'336',
				contentColor: 	'000000',
				contentBGColor: 'FFFFFF',
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				a_color: 		'272740',
				b_color: 		'6D6DA7',
				c_color: 		'000000',
				d_color: 		'FFFFFF',
				e_color: 		'FFFFFF',
				f_color: 		'FFFFFF',
				hasCustomLogo: 	'false',
				contentFontFace:'Times New Roman, Times, serif',
				contentFontSize:'12'
			  };
var webappMappings = {};
webappMappings['1007']={
webappId:    '1007',
documentId:  '36015',
internalId:  '11bcd0fd596',
customField: 'g.13f6gmhip.23aqo1vbjul.9c'
};
webappMappings['1007']={
webappId:    '1007',
documentId:  '37301',
internalId:  '11bcd354f85',
customField: 'g.13f6j4o0t.6moaq5seehl.9c'
};
var canonHostname = 'cm4all.aplus.net';
var accountId     = 'AAPLU0INZ99U';
var companyName   = '';
var htmlTitle	  = 'Forced+Ignition';
var metaKeywords  = 'vehicle%2C+theft%2C+prevention%2C+police%2C+law%2C+enforcement%2C+automobile%2C+forced%2C+ignition%2C+homeland%2C+security%2Cstolen+police+cars%2C+cars%2C+trucks%2C+boats%2C+bate+cars%2C+shows%2C+stolen+cars%2C+stolen+trucks%2Cstolen+vehicles%2Cstolen%2Ccars%2Ctrucks%2Cvans%2Cbanks%2Carmored+cars%2Ccarjacking%2Ccar+jacking%2Ccar+jacked%2C+vehicles%2C+security%2C+atomatic%2C+auto%2C+chase%2C+officer%2C+protection%2C+city%2C+county%2C+state%2C+highway+patrol%2C+sheriff%2Cstories%2Cforcedignition%2Cforced+ignition+disabling%2Cenabling%2Csystem%2Csystems%2Calarm%2Cgps%2Ctracking%2Cpersonal%2Cproperty%2Cjustice%2Cmississippi%2Cpearl%2Cms%2Cusa%2Cunited%2Cstates%2Cmade+in+the+usa++';
var metaContents  = 'The+worlds+first+and+only+passive+automotive+disabling+system';
					                                                                    
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 */					                                                            
