var newwindow;
function popup3(url)
{
	newwindow=window.open(url,'nucleusbm','scrollbars=yes,width=600,height=500,left=10,top=10,status=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}
