// JavaScript Document
function ApriMappa(nome,sito)
{
	GB_showPage(nome, sito);
	//GB_showCenter(nome,sito,600,800);
}

function LinkInPopup(url)
{
	parent.parent.location.href=url;

}