function popup_legal()
{
	window.open("legal.php","legal","width=430,height=300,scrollbars=yes");
}

function popup_about()
{
	window.open("about.php","about","width=430,height=300,scrollbars=yes");
}