var newwindow;
function popcommitment(url)
{
	newwindow=window.open(url,'new','height=550,width=400');
	if (window.focus) {newwindow.focus()}
}