
function Comprar(CodProduto) {

  parent.location.href='onde_comprar.shtml?produto=' + CodProduto;

}