
var ScreenActiveTab = 2;

function SCR_openScreen(opts) {
	ScreenActiveTab = opts.Page == "Info" ? 1 : 2;
}
