function SincClass(id)
{
	var limit;
	limit=7;
	for(i=1;i<limit;i++) window.document.getElementById('mnu'+i).className="menu";
	if (id!='')	window.document.getElementById(id).className="Activemenu";
}
function abrir(url,name,a,al)
{
    var l,t;
	l=(screen.width/2)-a/2;
	t=(screen.height/2)-al/2
	window.open(url,name,'scrollbars=0,toolbar=0,location=0,directories=0,width='+a+',height='+al+',top='+t+',left='+l)
}

function abrirGlosario(id)
{
	var l,t,a,al;
	a=550;
	al=400;

	l=(screen.width/2)-a/2;
	t=(screen.height/2)-al/2
	window.open('glosario.php#'+ id ,'glosario','scrollbars=0,toolbar=0,location=0,directories=0,width='+a+',height='+al+',top='+t+',left='+l)

}

function openImage(id)
{
	var l,t,a,al;
	a=625;
	al=460;

	l=(screen.width/2)-a/2;
	t=(screen.height/2)-al/2
	window.open('items/images/productos/' + id ,'Product','scrollbars=0,toolbar=0,location=0,directories=0,width='+a+',height='+al+',top='+t+',left='+l)

}