function popup(url, name)
{
	window.open(url, name, 'width=475px, height=500px, menubar=no, resizable=yes, status=no, toolbar=no');
	return false;
}