var newwindow;
function openUmsokn(url)
{
	newwindow=window.open(url,'name','scrollbars=1,height=600,width=650');
	if (window.focus) {newwindow.focus()}
}

