function openPopup(url, windowname, features)
{
	var result = window.open(url, windowname, features);
	result.focus();
}