const menuItems = {
"about": {

  "pageHead":{
		"exitIcon"	: "${lexis.exitIcon}",
		"topMenu"		: "${lexis.topMenu}",
		"menuIcon"  : "${lexis.menuIcon}"
	},
	
	"pageMain":{
	  "mainTop"  : "${lexis.aeternaTitle}${lexis.sted}",
	  "mainMid"  : "<p>${aeternaSystems} is the hub of an organization ...</p>"
	  },
	
	"pageClose":{	
	  "btnText"  	: "Return"
	  },

	"pageFoot":{
	  "content":"${lexis.footer}"	
	  },

	 "pageNav": {
		"next"			: "retur",
	} 
},

"restricted": 
{
   "pageHead":{
		"exitIcon"	: "${lexis.exitIcon}",
		"topMenu"		: "${lexis.topMenu}",
		"menuIcon"  : "${lexis.menuIcon}"
	},

	"pageMain":{
	  "mainTop":	"${lexis.aeternaTitle}${lexis.sted}",
		"mainMid":"<p style='text-align:center;font-family:Courier;font-size:1.8rem;'>RESTRICTED ACCESS</p>",
		"mainBot":"<p style='margin:3.0rem 5.0rem;font-size:1.8rem; font-variant:small-caps;font-family:Courier'> Unfortunately, you do not have the necessary credientials to access this page at this time.</p>"
	},

	 "pageClose":{
		  "btnText"  		: "Return"
		  },

 "pageNav": {
		"next"			: "retur",		  
		}
},

"mission": 
{
 "pageHead":{
		"menuIcon":"show",
		"exitIcon":"show",
		"menu":"${dialog.topMenu}"
	},

 "pageMain":{
	  "mainTop"  : "<div class='large bold center topTitle' ><p>Subscriptions</p></div>",
	  "mainMid"  : {
	  	"fileFrame":
 			{
 				"width":"80%",
 				"height":"auto",
 				"space": "0.1rem",
 				"files":
 					[ 
 						{ "src": "../_images/chess-720x1700.jpg",
 							"width":"22%",
 							"padding":"0.5rem"},
				 		{ "src": "../_images/boxer-720x1700.jpg",
 							"width":"22%",
 							"padding":"0.5rem"},
				 		{ "src": "../_images/P-II-720x1700.jpg",
 							"width":"22%",
 							"padding":"0.5rem"},
				 		{ "src": "../_images/racer-720x1700.jpg",
 							"width":"22%",
 							"padding":"0.5rem"}
					]
				}
			},
	  "mainBot":{
	  	"textBox":{ "placeHolder":"8-digit code",
					"returnValue":"textBoxInput.value",
					"btnText":"PROCEED"},
		 }
		},
		
		"pageClose":{
 			"menuPage"		: "0.0.0",
		  "btnText"  		: "Return"
		  }
		
},

"subscript": 
{
 "pageHead":{
		"menuIcon":"show",
		"exitIcon":"show",
		"menu":"${dialog.topMenu}"
	},

 "pageMain":{
	  "mainTop"  : "<div class='large bold center topTitle' ><p>Subscriptions</p></div>",
	  "mainMid"  : "<p>Subscriptions are earned through paricipation and involvement....</p><p>if you would like to apply please send us your email and we will .... send an invitation / application ",
	  "mainBot":{
	  	"textBox":{ 
	  		"label": "email:",
	  		"placeHolder":" . . . "
				}
		 }
		},
		
		"pageClose":{
 			"menuPage"		: "0.0.0",
		  "btnText"  		: "Return",
		  "returnValue":"textBoxInput.value"
		  }
		
},

"XIT": 
{
    "pageHead":{
		"exitIcon"	: "${lexis.exitIcon}",
		"topMenu"		: "${lexis.topMenu}",
		"menuIcon"  : "${lexis.menuIcon}"
	},
 "pageMain":
  {
 	"mainTop"  : "<div class='large bold center topTitle' ><p>Exit</p></div>",
 	"mainMid":	"<p>You can now safely exit now - however, if you have come here inadvertently - hit RETURN and you can continue from where you were.</p>"
  },
	
  "pageClose":
 	{
	  "btnText":"RETURN",
	  "next":"retur"
	}
},

"9.9.10": 
{
  "pageHead":
	{
	  "exitIcon"	: "${lexis.exitIcon}",
		"topMenu"		: "${lexis.topMenu}",
		"menuIcon"  : "${lexis.menuIcon}"
	},

 "pageMain":
  {
 	"mainTop":	"${dialog.aeternaTitle}${dialog.sted}",
 	"mainMid":	"<div class='text left'><p>Sorry there has been a system error. Please contact the administration.</p></div>"
   },

 "pageClose":
 	{
	  "btnText":"EXIT",
	  "next":"9.9.9"
	}
 }





}