function abrefoto(strTitle, strFoto, strPratos, strDescricao ){
	janelafoto = window.open  ("", strTitle, "toolbars=0, status=0, menubar=0, scrollbars=no, resizable=0, left=100, top=50, width=550, height=448")
	janelafoto.document.write ("<title>Restaurante Alfredo - A melhor peixada da cidade</title>")
	janelafoto.document.write ("<body bgcolor=#FBD752 leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>")
	janelafoto.document.write ("<a href=javascript:window.close()><img border=0 src=images/" +strFoto+ " width=550 height=413></a><br>")
	janelafoto.document.write ( "<center><font face=arial size=2><b>" + strPratos+ "</b></font></center>");
	janelafoto.document.write ( "<center><font face=arial size=2>" + strDescricao+ "</font></center>");
	janelafoto.window.focus()
}
