function vendadetalhes(id)
{ window.open("venda_detalhe.php?"+id, "vendadetalhes", "menubar=0,toolbar=0,location=0,status=0,resizable=1,scrollbars=1,top=0,left=0,width="+(screen.width-15)+",height="+(screen.height-90)); };


