
function newPar(nome,rel)
{
	if( rel != false )
	{
		parent.menutop.location= nome+"_mtop.html";
		parent.main.location= nome+"_descr.html";
	}
	/*else
	{
		parent.menutop.location="menutop_mtop.html";
		parent.main.location='http://asp.gedinfo.com/piacenzaexpo/portfolio/pubblico/visualizzazione.asp?categoria=46&sottocategoria=99';
	}
	annulla( nome );
    */
}
function newParComunicati(nome)
{
		parent.menutop.location=nome+"_mtop.html";
		parent.main.location='http://asp.gedinfo.com/piacenzaexpo/portfolio/pubblico/visualizzazione.asp?categoria=46&sottocategoria=100';
}

function newParGalleria(nome)
{
		parent.menutop.location=nome+"_mtop.html";
		//parent.main.location='http://asp.gedinfo.com/piacenzaexpo/portfolio/pubblico/galleria.asp?categoria=38&galleria=54';
		parent.main.location='http://asp.gedinfo.com/piacenzaexpo/portfolio/pubblico/galleria.asp?categoria=46&galleria=102';
		}


function newParCalendario(nome)
{	
	parent.menutop.location= "menutop_mtop.html";
	parent.main.location= "./CalendarioEventi/pubblico/" + nome;	
}

function newParCalendarioUk(nome)
{	
	parent.menutop.location= "menutop_mtop.html";
	parent.main.location= "../CalendarioEventi/pubblico/" + nome;	
}
function newParEspositori(nome)
{	
	parent.menutop.location= "menutop_mtop.html";
	parent.main.location= "./CatalogoEspositori/pubblico/" + nome;	
}
function newParEspositoriUk(nome)
{	
	parent.menutop.location= "menutop_mtop.html";
	parent.main.location= "../CatalogoEspositori/pubblico/" + nome;	
}
function newParNews(nome)
{	
	parent.menutop.location= "menutop_mtop.html";
	parent.main.location= "./GestioneNews/pubblico/" + nome;	
}

function newParNewsUk(nome)
{	
	parent.menutop.location= "menutop_mtop.html";
	parent.main.location= "../GestioneNews/pubblico/" + nome;	
}