function doANewWindow(gotoURL) { 
		var portalplus = window.open(gotoURL,"portalplus","height=780,width=940,resizable,scrollbars,menubar,status");
	}