<!--
/*
function fotogaleria(path){
	window.open(path,'galeria','width=600,height=400,toolbar=no,location=no,directories=no,scrollbars=no,resizable=no,status=0');
}
*/
function fotogaleria(path) {
	parent.tb_show(null, path+"/index.html?KeepThis=true&TB_iframe=true&height=400&width=600", false);
}
//-->
