function doANewWindowB(gotoURL) { 
		var portalplus = window.open(gotoURL,"portalplus","height=550,width=530,resizable,scrollbars,menubar,status");
	}
