// JavaScript Document
var codlinha	= "";
var codtipo		= "";
var codproduto	= "";

function mudouLinha(n)  {
	codlinha	= n;
	GTR_AjaxClick('ajxLisProduto.php?codproduto_linha='+codlinha+'&codproduto='+codproduto, 'resultados');
}

function mudouTipo(n)  {
	codtipo	= n;
	GTR_AjaxClick('ajxLisProduto.php?codproduto_linha='+codlinha+'&codproduto_tipo='+codtipo+'&codproduto='+codproduto, 'resultados');
}

function presente()  {
	obj		= document.getElementById("presente");
	obj.style.display	= "block";
}

function cancelaPresente()  {
	obj		= document.getElementById("presente");
	obj.style.display	= "none";
}

function alteraTopo(img)  {
	if ( img != "" )  {
		obj				= document.getElementById("topo_titulo");
		obj.innerHTML	= "<div id='topo_titulo_interna'><img src='img/" + img + "'></div>";
	}
//	alert(img);
}

function mostraMapa()  {
	obj	= document.getElementById('gmap');
	obj.style.display='block';
}
function escondeMapa()  {
	obj	= document.getElementById('gmap');
	obj.style.display='none';
	googlemaps.location='nulo.htm';
}

function escondeLoja()  {
	obj	= document.getElementById('lojavirtual');
	obj.style.display='none';
}