{
	"screens" : [
        {  
         "readTitle":"FullSceen",
         "matchCondition":"any",
         "matches":[  
            {  
               "regex":"Mainframe",
			  "location" : { "x" :2, "y" : 1, "w" : 9, "h" : 1 }
            },
            {
                "regex":"Userid",
                "location" : { "x" :5, "y" : 6, "w" : 6, "h" : 1 }
            }
         ],
         "destinations":{  
            "matched":[  
               {  
                  "proc":"CEN_PROC_CHANGE_SETTINGS",
                  "args":{  
                     "setSafeValues":true,
                     "settings":{  
                        "col":"80",
                        "lines":"25",
                        "pfcol":"80",
                        "pflines":"25"
                     }
                  }
               }
            ],
            "unmatched":[  
               {  
                  "proc":"CEN_PROC_CHANGE_SETTINGS",
                  "args":{  
                     "setSafeValues":true,
                     "settings":{  
	  	  				"col" : "22",
	  	  				"lines" : "15",
	  	  				"pfcol" : "22",
	  	  				"pflines" : "15"
                     }
                  }
               }
            ]
         }
      },
		{
		  "readTitle" : "Prompt Match" ,
		  "matchCondition" : "any",
		  "matches" : [
		  	{
			  "regex" : "GO30|GO46|GO64",
			  "location" : { "x" :2, "y" : 16, "w" : 4, "h" : 1 }
			}

		  ],
		  "destinations":  [
			{
		  	  "proc" : "CEN_PROC_SELECT_KEYBOARD",
		  	  "args" : "Inv1"
		    }
		  ]
		},
		{
		  "readTitle" : "Item Detail" ,
		  "matches" : [
		  	{
			  "regex" : "GO70",
			  "location" : { "x" :2, "y" : 16, "w" : 4, "h" : 1 }
			}

		  ],
		  "destinations":  [
			{
		  	  "proc" : "CEN_PROC_SELECT_KEYBOARD",
		  	  "args" : "ItemLoc1"
		    }
		  ]
		}
	]
}
