// JavaScript Document


function menu(label) {
	window.location='conteudo.asp?page='+label;
}
