//FUNÇÃO PARA ABRIR A FOTO GRANDE DA GALERIA DE FOTOS EM BAIXA RESOLUÇÃO
function horizontal(src,fotografo,comentario,download)
                 {
                text = ("<html><head><title>Tietê Caminhões</title></head><link href='../css/tiete.css' type='text/css' rel='stylesheet'><body bgcolor='#E0E4ED'><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='100%' align='center'>");
                text = (text + "<center><table border='0' cellpadding='10' cellspacing='0' width='85%' bgcolor='#ffffff' height=80%><tr><td align='center'><div class='h0'> <a href='../img/" + download + "'>clique aqui e faça download desta imagem em <strong>alta resolução</strong></a> </div><img src='../img/" + src + "' border='5' style='border-color:#FFFFFF;'><br><div class='h0'><strong>");
                text = (text + comentario + "</strong><br />Crédito: " + fotografo + "<br /><a href='javascript:self.close();'>(fechar)</a></div></td></tr></table></body></html>");
                msgWindow=window.open("","displayWindow2","toolbar=no,directories=no,status=yes,width=650,height=520,location=no,scrollbars=yes,resize=no,menubar=no")
                msgWindow.document.write(text)
                msgWindow.document.close()   
                }

