function flash(var1){
	document.write(var1);
					}
					
//function openfoto(foto){
//		window.open('fotomaior.php?foto='+foto,'','width=120, height=120, status=no, scrollbars=no');
//	}

function openfoto(foto){
		window.open('imagens.php?id='+foto,'','width=670, height=370, status=no, scrollbars=no');
	}
	
function openfoto2(foto){
		window.open('imagens2.php?id='+foto,'','width=670, height=370, status=no, scrollbars=no');
	}	
