var newwindow;
function obits_l_luther(url)
{
	newwindow=window.open(url,'name','height=450,width=575,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}