
function credits()
{
w=420; h=135;
	wi=(screen.Width-w-10) / 2;
	he=(screen.Height-h-82) / 2;
open('pop_creditos_esp.htm','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width='+w+',height='+h+',top='+he+',left='+wi);

}

function nota()
{
w=420; h=370;
	wi=(screen.Width-w-10) / 2;
	he=(screen.Height-h-82) / 2;
open('pop_notalegal_esp.htm','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width='+w+',height='+h+',top='+he+',left='+wi);

}

function politica()
{
w=420; h=230;
	wi=(screen.Width-w-10) / 2;
	he=(screen.Height-h-82) / 2;
open('pop_politica_esp.htm','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width='+w+',height='+h+',top='+he+',left='+wi);

}
