
function newPar(nome,rel)
{
	if( rel != false )
	{
		parent.left.location= nome+"_left.html";
		parent.main.location= nome+"_descr.html";
	}
}

