

function openlegal(url)
{
	if (url == "/legal/en/terms") url = "/misc/popups/terms_and_conditions.html";
	if (url == "/legal/en/privacy") url = "/misc/popups/privacy_policy.html";
	if (url == "/legal/en/responsibility") url = "/misc/popups/responsibility_statement.html";
	var pop = window.open(url, "LEGAL", "width=500,height=400,scrollbars=1,resizable=1,menubar=0");
	pop.focus();
}
