function ajaxFuncoes(funcao){
	var urlTemp = "biblioteca/rodaajax.asp?funcao=" + funcao;
	switch(funcao){
		
	}
	return urlTemp;
}