function popup(url)
{
	window.open(url,'privacy','width=760,height=400,scrollbars=yes');
}