<!--
function popup(url,janela,opts)
{
	janela = (janela='x') ? 'foto_'+Math.ceil(1000*Math.random()) : janela;
	window.open(url,janela,opts+",top=100,left=200");
//	alert("top="+ (screen.height / 2) +",left="+ (screen.width / 2));
};

function popNews(obj) {
	W	= (screen.width  > 800) ? 880 : 780;
	H	= (screen.height > 600) ? 700 : 560;
	TOP = 20;
	LEF = Math.ceil((screen.width / 2) - (W / 2));
	window.open("news_mostra.php?id="+obj,"news"+obj,"scrollbars=yes,width="+W+",height="+H+",top="+TOP+",left="+LEF);
//	alert("width="+W+",height="+H+",top="+TOP+",left="+LEF);
};

function grandeM(url,janela,scroll){
	window.open(url,janela,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroll+",resizable=no,copyhistory=no,width="+W+",height="+H+",top=0,left=0");
};

function goTO(URL) {
	window.location = URL;
}

function OPduvid() {
	window.open("duvidas.php","duv");
};

function popGIFT(obj) {
	T = Math.ceil((screen.height - 450) / 2);
	L = Math.ceil((screen.width  - 340) / 2);
	window.open("gifts/"+obj+".jpg",obj,"scrollbars=no,width=450,height=340,top="+T+",left="+L);
};

// news_mostra.php?id= -->