

function mnpMenuDir()
{
	return "LTR";
}

function mnpMenuCT()
{
	
	return false;
}

function projects()
{
	
this.items = new Array();
	
var n = 0;
	
this.items[n++] = new mnpPage('Projects Overview', 'Projects_Overview.htm', '', '', '_S1_Node1_S1_Node1');

this.items[n++] = new mnpPage('Workflow / ForHealth', 'ForHealth.htm', '', '', '_S1_Node1_S1_Node2');

this.items[n++] = new mnpPage('Basic Operations / Back Office', 'TimeTrackers.htm', '', '', '_S1_Node1_S1_Node3');



this.items[n++] = new mnpPage('Immunization Registry', 'SHOTS.htm', '', '', '_S1_Node1_S1_Node4');

this.items[n++] = new mnpPage('Insurance', 'Service_Insurance_Company.htm', '', '', '_S1_Node1_S1_Node5');

this.items[n++] = new mnpPage('Project Management', 'Sarasota_Memorial_Hospital.htm', '', '', '_S1_Node1_S1_Node6');

this.items[n++] = new mnpPage('Public Health', 'STARS.htm', '', '', '_S1_Node1_S1_Node7');
}



function info()
{
	
this.items = new Array();
	
var n = 0;
	
this.items[n++] = new mnpPage('Our Profile', 'Our_Profile.htm', '', '', '_S1_Node2_S1_Node1');

this.items[n++] = new mnpPage('Contact Information', 'Contact_Information.htm', '', '', '_S1_Node2_S1_Node2');

this.items[n++] = new mnpPage('Employment Opportunities', 'Employment_Opportunities.htm', '', '', '_S1_Node2_S1_Node3');

this.items[n++] = new mnpPage('Staff Locations', 'Staff_Locations.htm', '', '','_S1_Node2_S1_Node4');
}



function intersystems()
{
	
this.items = new Array();
	
var n = 0;
	
this.items[n++] = new mnpPage('InterSystems Ensemble Implementation Partner', 'http://www.intersystems.com/partners/ensemble_profiles/baysystems.html', 'new', '', '_S1_Node3_S1_Node1');

this.items[n++] = new mnpPage('InterSystems Caché Certified Experts', 'http://www.intersystems.com/cache/education/expert/experts/baysys.html', 'new', '', '_S1_Node3_S1_Node2');

this.items[n++] = new mnpPage('InterSystems Application Partner', 'http://iron.intersystems.com/catalog/common/partner.csp?PaID=65', 'new', '', '_S1_Node3_S1_Node3');
}

