function popup (url, name)
{
	var popupWindow = window.open(url, name, "status=0,toolbar=0,location=0");
	popupWindow.focus();
}