// JavaScript Document

/* function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
*/
function fotogaleria(nome){
	tb_show(nome,"/f12008/v1/fotogaleria/arquivos/"+ nome +"/index.html?KeepThis=true&TB_iframe=true&height=329&width=493", false);
}

/*
var today = new Date();
var day = leadingZero(today.getDate());

function leadingZero(nr) {
	if (nr < 10) nr = "0" + nr;
	return nr;
}
function agenda(){
	if(day > 0 && day < 11){
		document.getElementById(day).style.backgroundColor = "#666666";
	}
}
*/