function info()
{
w=420; h=280;
	wi=(screen.Width-w-10) / 2;
	he=(screen.Height-h-82) / 2;
open('pop_info.htm','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width='+w+',height='+h+',top='+he+',left='+wi);

}

function creditos()
{
w=420; h=260;
	wi=(screen.Width-w-10) / 2;
	he=(screen.Height-h-82) / 2;
open('pop_creditos.htm','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width='+w+',height='+h+',top='+he+',left='+wi);

}

function nota()
{
w=420; h=350;
	wi=(screen.Width-w-10) / 2;
	he=(screen.Height-h-82) / 2;
open('pop_notalegal.htm','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width='+w+',height='+h+',top='+he+',left='+wi);

}

function politica()
{
w=420; h=350;
	wi=(screen.Width-w-10) / 2;
	he=(screen.Height-h-82) / 2;
open('pop_politica.htm','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width='+w+',height='+h+',top='+he+',left='+wi);

}