var newwindow;
function popit(url)
{
	newwindow=window.open(url,'','navigation=0,location=0,resizable=1,scrollbars=1,width=850,height=650');
	if (window.focus) {newwindow.focus()}
}