/* [nodename, id, name, navigationtext, href, isnavigation, childs[], templatename] */

if (typeof(decodeURIComponent) == 'undefined') {
  decodeURIComponent = function(s) {
    return unescape(s);
  }
}

function jdecode(s) {
    s = s.replace(/\+/g, "%20")
    return decodeURIComponent(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 POS_TARGET=8;
var theSitetree=[ 
	['PAGE','11',jdecode('In%C3%ADcio'),jdecode(''),'/11.html','true',[],'',''],
	['PAGE','9457',jdecode('Nossa+Loja'),jdecode(''),'/9457.html','true',[],'',''],
	['PAGE','32',jdecode('Instrumentos+Musicais'),jdecode(''),'/32/index.html','true',[ 
		['PAGE','101601',jdecode('Acordeon'),jdecode(''),'/32/101601.html','true',[],'',''],
		['PAGE','9769',jdecode('Bateria'),jdecode(''),'/32/9769.html','true',[],'',''],
		['PAGE','9742',jdecode('Contrabaixo'),jdecode(''),'/32/9742.html','true',[],'',''],
		['PAGE','9733',jdecode('Guitarra'),jdecode(''),'/32/9733.html','true',[],'',''],
		['PAGE','242901',jdecode('Percuss%C3%A3o'),jdecode(''),'/32/242901.html','true',[],'',''],
		['PAGE','20344',jdecode('Sopro'),jdecode(''),'/32/20344.html','true',[],'',''],
		['PAGE','9751',jdecode('Teclado'),jdecode(''),'/32/9751.html','true',[],'',''],
		['PAGE','292301',jdecode('Violas+Caipiras'),jdecode(''),'/32/292301.html','true',[],'',''],
		['PAGE','9760',jdecode('Viol%C3%A3o'),jdecode(''),'/32/9760.html','true',[],'',''],
		['PAGE','101622',jdecode('Violino'),jdecode(''),'/32/101622.html','true',[],'','']
	],'',''],
	['PAGE','41',jdecode('Equipamentos+de+Som'),jdecode(''),'/41/index.html','true',[ 
		['PAGE','9778',jdecode('Amplificadores'),jdecode(''),'/41/9778.html','true',[],'',''],
		['PAGE','20738',jdecode('Caixas+amplificada'),jdecode(''),'/41/20738.html','true',[],'',''],
		['PAGE','9787',jdecode('Equalizador'),jdecode(''),'/41/9787.html','true',[],'',''],
		['PAGE','9796',jdecode('Mesa+de+Som'),jdecode(''),'/41/9796.html','true',[],'',''],
		['PAGE','101643',jdecode('Novo'),jdecode(''),'/41/101643.html','true',[],'','']
	],'',''],
	['PAGE','50',jdecode('Acess%C3%B3rios+Musicais'),jdecode(''),'/50.html','true',[],'',''],
	['PAGE','209801',jdecode('Artigos+e+Brindes'),jdecode(''),'/209801.html','true',[],'',''],
	['PAGE','77',jdecode('B%C3%ADblias'),jdecode(''),'/77/index.html','true',[ 
		['PAGE','9823',jdecode('Diversas'),jdecode(''),'/77/9823.html','true',[],'',''],
		['PAGE','9805',jdecode('Estudo'),jdecode(''),'/77/9805.html','true',[],'',''],
		['PAGE','9814',jdecode('Infantil'),jdecode(''),'/77/9814.html','true',[],'','']
	],'',''],
	['PAGE','202801',jdecode('Brinquedos+e+Pel%C3%BAcias'),jdecode(''),'/202801.html','true',[],'',''],
	['PAGE','9419',jdecode('CD%26%23x27%3Bs'),jdecode(''),'/9419/index.html','true',[ 
		['PAGE','9384',jdecode('Estudo%2FPrega%C3%A7%C3%A3o'),jdecode(''),'/9419/9384.html','true',[],'',''],
		['PAGE','9375',jdecode('Infantil'),jdecode(''),'/9419/9375.html','true',[],'',''],
		['PAGE','9366',jdecode('Internacional'),jdecode(''),'/9419/9366.html','true',[],'',''],
		['PAGE','59',jdecode('Nacional'),jdecode(''),'/9419/59.html','true',[],'',''],
		['PAGE','267701',jdecode('Play-Back'),jdecode(''),'/9419/267701.html','true',[],'',''],
		['PAGE','258201',jdecode('Regionais'),jdecode(''),'/9419/258201.html','true',[],'','']
	],'',''],
	['PAGE','9286',jdecode('DVD%26%23x27%3Bs'),jdecode(''),'/9286/index.html','true',[ 
		['PAGE','9322',jdecode('Estudo%2FPrega%C3%A7%C3%A3o'),jdecode(''),'/9286/9322.html','true',[],'',''],
		['PAGE','9304',jdecode('Filmes'),jdecode(''),'/9286/9304.html','true',[],'',''],
		['PAGE','9313',jdecode('Infantil'),jdecode(''),'/9286/9313.html','true',[],'',''],
		['PAGE','9681',jdecode('Musical+Internacional'),jdecode(''),'/9286/9681.html','true',[],'',''],
		['PAGE','9295',jdecode('Musical+Nacional'),jdecode(''),'/9286/9295.html','true',[],'','']
	],'',''],
	['PAGE','9251',jdecode('Contato'),jdecode(''),'/9251/index.html','true',[ 
		['PAGE','9514',jdecode('Contato+%28p%C3%A1gina+seguir%29'),jdecode(''),'/9251/9514.html','false',[],'','']
	],'',''],
	['PAGE','67001',jdecode('Eventos'),jdecode(''),'/67001.html','true',[],'',''],
	['PAGE','86',jdecode('Livros'),jdecode(''),'/86.html','true',[],'',''],
	['PAGE','104901',jdecode('Not%C3%ADcias'),jdecode(''),'/104901.html','true',[],'',''],
	['PAGE','57801',jdecode('Promo%C3%A7%C3%B5es'),jdecode(''),'/57801.html','true',[],'',''],
	['PAGE','278001',jdecode('Utens%C3%ADlios+para+Igreja'),jdecode(''),'/278001.html','true',[],'','']];
var siteelementCount=46;
theSitetree.topTemplateName='Card';
theSitetree.paletteFamily='990000';
theSitetree.keyvisualId='-1';
theSitetree.keyvisualName='keyv.jpg';
theSitetree.fontsetId='427';
theSitetree.graphicsetId='479';
theSitetree.contentColor='000000';
theSitetree.contentBGColor='FFFFFF';
var localeDef={
  language: 'pt',
  country: 'BR'
};
var theTemplate={
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				name: 			'Card',
				paletteFamily: 	'990000',
				keyvisualId: 	'-1',
				keyvisualName: 	'keyv.jpg',
				fontsetId: 		'427',
				graphicsetId: 	'479',
				contentColor: 	'000000',
				contentBGColor: 'FFFFFF',
				a_color: 		'FFFFFF',
				b_color: 		'FFFFFF',
				c_color: 		'FFFFFF',
				d_color: 		'FFFFFF',
				e_color: 		'FFFFFF',
				f_color: 		'FFFFFF',
				hasCustomLogo: 	'true',
				contentFontFace:'Verdana, Arial, Helvetica, sans-serif',
				contentFontSize:'12',
				useFavicon:     'false'
			  };
var webappMappings = {};
webappMappings['1006']=webappMappings['1006-1006']={
webappId:    '1006',
documentId:  '11',
internalId:  '1006',
customField: '1006'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '209801',
internalId:  '',
customField: '20091210-142437'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '202801',
internalId:  '',
customField: '20091210-144444'
};
webappMappings['1501']=webappMappings['1501-1501']={
webappId:    '1501',
documentId:  '11',
internalId:  '1501',
customField: '1501'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '11',
internalId:  '',
customField: '20100706-113437'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '77',
internalId:  '',
customField: '20091210-143250'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9419',
internalId:  '',
customField: '20100128-124219'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '59',
internalId:  '',
customField: '20100128-130238'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9457',
internalId:  '',
customField: '20090918-163645'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32',
internalId:  '',
customField: '20090804-155707'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9733',
internalId:  '',
customField: '20100202-131638'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9742',
internalId:  '',
customField: '20100202-133351'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9751',
internalId:  '',
customField: '20091209-150419'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9760',
internalId:  '',
customField: '20100202-140723'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9769',
internalId:  '',
customField: '20091209-135909'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '20344',
internalId:  '',
customField: '20091209-144201'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '101601',
internalId:  '',
customField: '20091209-135442'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '101622',
internalId:  '',
customField: '20091210-112831'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '41',
internalId:  '',
customField: '20091210-114024'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9778',
internalId:  '',
customField: '20091210-114211'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9787',
internalId:  '',
customField: '20091210-135908'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9796',
internalId:  '',
customField: '20091210-141235'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '20738',
internalId:  '',
customField: '20100204-090024'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '101643',
internalId:  '',
customField: '20080117-092210'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '50',
internalId:  '',
customField: '20091210-141807'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9366',
internalId:  '',
customField: '20091211-144050'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9375',
internalId:  '',
customField: '20091211-143602'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9384',
internalId:  '',
customField: '20091211-143339'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9286',
internalId:  '',
customField: '20100128-130844'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9295',
internalId:  '',
customField: '20100128-135024'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9681',
internalId:  '',
customField: '20100119-130342'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9304',
internalId:  '',
customField: '20100119-125720'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9313',
internalId:  '',
customField: '20091211-152716'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9322',
internalId:  '',
customField: '20091211-151258'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9805',
internalId:  '',
customField: '20091210-143859'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9814',
internalId:  '',
customField: '20091210-144112'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9823',
internalId:  '',
customField: '20091210-143518'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '86',
internalId:  '',
customField: '20100121-135111'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9251',
internalId:  '',
customField: '20100121-140149'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9514',
internalId:  '',
customField: '20060213-201049'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '57801',
internalId:  '',
customField: '20100107-125637'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '67001',
internalId:  '',
customField: '20100121-133143'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '104901',
internalId:  '',
customField: '20100123-092459'
};
webappMappings['7008']=webappMappings['7008-6436']={
webappId:    '7008',
documentId:  '9251',
internalId:  '6436',
customField: 'language:pt;country:BR;'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '242901',
internalId:  '',
customField: '20091209-143109'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '258201',
internalId:  '',
customField: '20091211-144718'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '267701',
internalId:  '',
customField: '20091211-144505'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '278001',
internalId:  '',
customField: '20091113-123707'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '292301',
internalId:  '',
customField: '20091210-104518'
};
var canonHostname = 'diywk00.verio.stngva01.us.diy-servers.net';
var accountId     = 'AVEC10IN2UPC';
var companyName   = 'BETEL+CENTER';
var htmlTitle	  = 'Betel+Center+Tele-Vendas+%2867%29+3324.6642+-+Os+melhores+artigos+evang%C3%A9licos+est%C3%A3o+aqui+%21';
var metaKeywords  = 'instrumentos+musicais%2C+equipamento+de+som%2C+acess%C3%B3rios+musicais%2C+cd%2C+dvd%2C+camiseta%2C+folheto%2C+b%C3%ADblia%2C+livro%2C+cart%C3%A3o%2C+chaveiros%2C+porta+cd%2C+capas%2C';
var metaContents  = 'viol%C3%A3o%2C+guitarra%2C+teclado%2C+contra-baixo%2C+viola%2C+bateria%2C+bateria+eletr%C3%B4nica%2C+pandeiro%2C+meia-lua%2C+reco-reco%2C+persurss%C3%A3o%2C+tamborim%2C+mesa+de+som%2C+pot%C3%AAncia%2C+amplificador%2C+equalizador%2C+processador+de+efeito%2C+cd+player%2C+compressor%2C+palheta%2C+corda%2C+encordoamento%2C+afinador%2C+baqueta%2C+chave+de+afina%C3%A7%C3%A3o%2C+pedal%2C+assiane%2C+lauriete%2C+elaine+de+Jesus%2C+elias+silva%2C+ludmila+ferber%2C+diante+do+trono%2C+comunidade+crist%C3%A3+de+vilhena%2C+oficina+g3%2C+metal+nobre%2C+hillsong%2C+kleber+lucas%2C+minist%C3%A9rio+apascentar+de+nova+igua%C3%A7u%2C';
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;
};

theSitetree.getByXx = function(lookup, xx, ar) {
    if (typeof(ar) == 'undefined'){
    	ar = this;
    }
    for (var i=0; i < ar.length; i++) {
        if (ar[i][xx] == lookup){
        	return ar[i];
        }
        if (ar[i][POS_CHILDS].length > 0) {
        	var result=this.getByXx(lookup, xx, ar[i][POS_CHILDS]);
            if (result != null){
                return result;
               }
        }
    }
    return null;
};

function gotoPage(lookup) {
	if(__path_prefix__ == "/servlet/CMServeRES" && typeof (changePage) == 'function'){
		changePage(lookup);
		return;
	}
	var page = theSitetree.getHREF(lookup);
	if (!page) {
		var testFor = [ POS_NAME, POS_NAVIGATIONTEXT ];
		for (var i=0 ; i < testFor.length ; i++) {
			var p = theSitetree.getByXx(lookup, testFor[i]);
			if (p != null) {
				page = p[POS_HREF];
				break;
			}
		}
	}
	document.location.href = (new URL(__path_prefix__ + page, true, true)).toString();
};
