var a;
function fotos(a) {
                text = ("<head><title>Tietê Caminhões</title></head>");
                text = (" <body bgcolor='#ffffff' text='#000000' link='red' alink='#cococo' vlink='red' bottommargin=5 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 onload='focus()' background=imagens/back_popup.gif> ");
                text = (text + " <center><a href='javascript:self.close ()'><img src=imagens/" + a + " border=0 vspace=0></a></center></body>");
                msgwindow=window.open("","displaywindow","toolbar=no,width=500,height=375,directories=no,status=no,location=no,scrollbars=no,resize=no,menubar=no")
                msgwindow.document.write(text)
                msgwindow.document.close()
	}

var a;
function fotos_vert(a) {
                text = ("<head><title>Tietê Caminhões</title></head>");
                text = (" <body bgcolor='#ffffff' text='#000000' link='red' alink='#cococo' vlink='red' bottommargin=5 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 onload='focus()' background=imagens/back_popup.gif> ");
                text = (text + " <center><a href='javascript:self.close ()'><img src=imagens/" + a + " border=0 vspace=0></a></center></body>");
                msgwindow=window.open("","displaywindow","toolbar=no,width=375,height=500,directories=no,status=no,location=no,scrollbars=no,resize=no,menubar=no")
                msgwindow.document.write(text)
                msgwindow.document.close()
	}