function lanzacreditos(){window.open('http://www.opinarte.com/creditos.html','','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,left=50,top=50,width=300,height=300')}
function lanzalegal()	{window.open('http://www.opinarte.com/legal.html','','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,left=50,top=50,width=300,height=455')}

function buscaevento(a)
{
//document.getElementById('buscador').submit();
document.location.href="http://www.opinarte.com/eventos/?c="+a;
}
function busca_2evento(a)
{
document.location.href="http://www.opinarte.com/eventos/?pai="+a;
}

/* cf y ch */
function busca(a)
{
//document.getElementById('buscador').submit();
document.location.href="http://www.opinarte.com/obras/a/"+a;
}
function busca_2(a)
{
	//document.location.href="http://www.opinarte.com/cafeycharlamas.php?c="+a;
	if( a == "0")
	{
		document.location.href="http://www.opinarte.com/cafeycharlamas.php";
	}
	else
	{
		document.location.href="http://www.opinarte.com/"+a+"/";	
	}
}