function table_top(){
	document.write ('<table border="2" bordercolor="#01518C" cellpadding="0" cellspacing="0" width="100%">');
	document.write ('<tr>');
	document.write ('<td valign="top" width="23%">');
}

function table_middle(){
	document.write ('</td>');
	document.write ('<td valign="top" width="77%">');
	document.write ('<div align="justify">');
}


function table_botton(){
	document.write ('</div>');
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('</table>');
}

function email(){
	document.write ('');
	document.write ('<hr>');
	document.write ('<p> Se você gostou desta página, <a href="javascript:mailpage()">envie o link para os amigos</a> via e-mail!</p>');
	document.write ('<p><b>Nota:</b> É necessário ter um programa de e-mails (Outlook, Eudora, Netscape, etc...). Não funciona por WebMail.</p>');
	document.write ('');
}

function pesquisa(){
	document.write ('<table cellpadding="0" cellspacing="0">');
	document.write ('<tr>');
	document.write ('<td align="center" width="300">');
	document.write ('<p><b><font color=#0850a0>Pesquisa por palavras-chave</font></b><br>');
	document.write ('<font size=1>(powered by <a class=small href="http://www.freefind.com" target=_top>FreeFind</a>)</font></p>');
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td align="center">');
	document.write ('<form action="http://search.freefind.com/find.html" method="get">');
	document.write ('<input type="hidden" name="lang" value="pt">');
	document.write ('<input type="hidden" name="id" value="11453101">');
	document.write ('<input type="hidden" name="pid" value="r">');
	document.write ('<input type="hidden" name="mode" value="all">');
	document.write ('<input type="hidden" name="n" value="0">');
	document.write ('<p style="margin-top: 0; margin-bottom: 0">');
	document.write ('<input name="query" size="20">&nbsp;');
	document.write ('<input type="image" value="" src="http://www.musicaeadoracao.com.br/images/lupa_pesquisa.gif" align="absmiddle"></p>');
	document.write ('<br>');
	document.write ('<input type="submit" name="sitemap" value="Mapa Completo">');
	document.write ('</form>');
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('</table>');
	document.write ('<hr>');
}

function copyright(){
	document.write ('<table cellSpacing="0" cellPadding="0" width="100%" border="0" style="border-top: 1px solid black; border-bottom: 1px solid black;">');
	document.write ('<tr height="16">');
	document.write ('<td bgColor="#01518C" align="center"><font  face="arial" size="2" color="#FFFFFF">Música Sacra e Adoração - Distribuição de artigos completos autorizada, desde que citada a fonte.</font>');
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('</table>');
}

function mailpage()  
{ 
mail_str = "mailto:?subject=" + document.title; 
mail_str += "&body=Olá "; 
mail_str +="%0D%0A"; 
mail_str +="%0D%0A"; 
mail_str += "Acabo de visitar uma página muito interessante, com o título: "; 
mail_str += document.title; 
mail_str +="%0D%0A"; 
mail_str += "Estou te escrevendo porque achei que voce gostaria de dar uma olhada."; 
mail_str +="%0D%0A"; 
mail_str += "Esta página faz parte do site Música Sacra e Adoração (http://www.musicaeadoracao.com.br)"; 
mail_str +="%0D%0A"; 
mail_str +="%0D%0A"; 
mail_str += "Para vê-la, clique neste link: ";
mail_str += location.href; 
mail_str +="%0D%0A"; 
mail_str +="%0D%0A"; 
mail_str += "Até mais!";
location.href = mail_str; 
} 

function write_cookie()
{
	document.cookie = "Titulo="+document.title+"; path=/";
	document.cookie = "URL="+location.href+"; path=/";
}

function read_cookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}
