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