var a;
function fotos(a,b,c) {
                text = ("<head><title>Aquabase Aquapaisagismo</title></head>");
                text = (" <body style='background-color: #0f393d; background-image: url(../imagens/back.jpg); background-position: top; background-repeat: repeat-x;' bgcolor='#FFFFFF' text='#919191' link='#919191' alink='#919191' vlink='#919191' bottommargin=5 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 onload='focus()'> ");
                text = (text + " <center><table width='90%'><tr><td align='center'><img src='imagens/logo_popup.gif' align='left' vspace=10 /><a href='javascript:self.close ()'><img src=../img/" + a + " style='border: 5px solid #115258;' vspace=10></a><br><font face='Tahoma, Arial' size='1'>"+ b +"<br>Crédito: "+ c +"</font></td></tr></table></center></body>");
                msgwindow=window.open("","displaywindow","toolbar=no,width=750, height=600, directories=no,status=no,location=no,scrollbars=yes,resize=no,menubar=no")
                msgwindow.document.write(text)
                msgwindow.document.close()
	}