function selectServico(opt)
{
	window.location = url+'portfolio/'+opt.value+'/';
}
function imagem(src)
{
	var img = document.getElementById("img");
	img.src = src;
}

