<!-- Begin

// FILE: menu_horz.js

// NOTE: If you use a ' add a slash before it like this \'



var paypalemail		= "contato@bazico.com.br"		// EDIT WITH YOUR PAYPAL E-MAIL
var storelink		= "home.htm"			// PAGE TO LINK WITH RIGHT IMAGE



document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0"><tr><td height="6">');
document.write('<img src="picts/spacer.gif" height="6" width="10" border="0" alt="  "><br>');
document.write('</td><td valign="top" align="right" rowspan="3" width="283" class="bar-endtop">');
document.write('<a href="'+storelink+'" ONMOUSEOVER="img_act(\'viewstore\')" ONMOUSEOUT="img_inact(\'viewstore\')"><img src="picts/bar-viewstore-off.gif" height="32" width="283" border="0" name="viewstore" alt="Home"></a><br>');
document.write('</td></tr><tr><td class="pagelines">');
document.write('<img src="picts/spacer.gif" height="12" width="10" border="0" alt="  "><br>');
document.write('</td></tr><tr><td align="left">');
document.write('<table cellspacing="0" cellpadding="0" border="0" class="menuhorztext">');
document.write('<tr><td valign="middle" nowrap>');



// START LEFT HORIZONTAL LINKS



document.write('<a href="mapa_site.htm" class="menuhorz">Mapa do Site</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');


// document.write('<a href="paroquia.htm" class="menuhorz">Paróquia');
// document.write('<img src="picts/spacer.gif" height="10" width="15" border="0" alt="empresa" align="absmiddle"></a><br>');
// document.write('</td><td>');
// document.write('&nbsp;|&nbsp;<br>');
// document.write('</td><td valign="middle" nowrap>');


// NOTE: COPY AND PASTE THE NEXT 4 LINES TO ADD A NEW LINK

document.write('<a href="contato.htm" class="menuhorz">Fale Conosco</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');


// END LEFT HORIZONTAL LINKS



document.write('</td></tr></table>');
document.write('</td></tr></table>');
//document.write('<hr noshade width="99%" class="page-splits">');
//document.write('<div align="center"><a href="#" class="menuhorztext">Arquidiocese de São Paulo - Região Lapa - Paróquia Agostiniana Recoleta a serviço da Comunidade - 50 anos!</a></div>');
document.write('<hr noshade width="99%" class="page-splits">');
//  End -->