function buildNavigation(PageIDStr)
{
var ID;
ID = "NO";
	addCategory("Iniciando", "Iniciando", true);
	addCategoryLink("Iniciando", "Novidades", "../diversos/novidade.asp");
	addCategoryLink("Iniciando", "Novo em Diabetes", "../diversos/novo.asp");
	addCategory("Information", "Informações", true);
	addCategoryLink("Information", "Artigos", "../artigo/artigos.asp");
	addCategoryLink("Information", "Notícias", "../artigo/artigos.asp?cat=6");
	addCategoryLink("Information", "Livros", "../livros/livro.asp");
	addCategoryLink("Information", "Programas", "../diversos/soft.asp");
	addCategoryLink("Information", "Links", "../diversos/links.asp");
	addCategoryLink("Information", "Palestras e Eventos", "../diversos/event.asp");
	addCategory("Service", "Serviços",true);
	addCategoryLink("Service", "Loja Virtual", "http://store-diabete.locasite.com.br/loja/default.php");
	addCategoryLink("Service", "Super Ferramentas", "../diversos/ferramenta.asp");
	addCategoryLink("Service", "Deliciosas Receitas", "../receitas/receita.asp");
	addCategoryLink("Service", "Lista de Endereços", "../endereco/index.asp");
	addCategoryLink("Service", "Livros na Internet", "../livros/procura.asp");
	addCategoryLink("Service", "CHAT - Bate Papo", "../diversos/chat.asp");
	setTopLinkTitle("Outros recursos do nosso site");
	addTopLink("Calculadora", "../diversos/calcula.asp");
	addTopLink("Envie sua receita", "../receitas/formrec.asp");
	
}


