// JavaScript Document

function EscolherAssunto(value)
	{
	 	document.location.href = value;
		
	}
