<!--
function amenu(name,aURL,count){
  this.name = name;
  this.aURL = aURL;
  this.count = count;
};

var amenuArray = new Array();
amenuArray[0] = new amenu("3359-05-01 Officers of the Vice President and Chief Information Officer Divsion","http://www.uakron.edu/ogc/rules/rules1-19/05-01f.pdf",0);
amenuArray[1] = new amenu("3359-11-10.3 Interim Information technology security & system integrity policy","Rule 10_3.htm",0);
amenuArray[2] = new amenu("DRAFT Rules","",3);
function bmenu(displayName,URL){
  this.displayName = displayName
  this.URL = URL
};

var bmenuArray = new Array();
bmenuArray[0] = new bmenu("3359-11-10 Access and acceptable use of computer and informational resources","Rule 10.htm");
bmenuArray[1] = new bmenu("3359-11-10.1 Web Publishing","Rule 10_1.htm");
bmenuArray[2] = new bmenu("3359-11-10.2 Network Privileges Policy","Rule 10_2.htm");
//-->

