function n(url)
{
	window.open(url);
}

function o(url)
{
	window.open(url, "_self");
}
