/**
 * Funcao Projeto
 * 
 * @author Rene Berwanger (rene@gadbrivia.com.br)
 * 
 */

function Projeto()
{
	$('#selProjetos').change(function() 
	{
		window.location.href = 'projeto.php?ProjetoID='+$(this).val()+'&TipoProjetoID='+$('#hdnComplemento').val();	
	});
	
	$('#projeto-galeria div.foto a').lightBox({fixedNavigation:true});
} 
