//data.js
// THIS IS DATA FILE. BACKUP THE DATA FILE BEFORE YOU EDIT
// Modification Record:
// 03Jun2001 atp Original Release. The data file cotains only data relavent to the menu system. other layout data is hardcoded in the layout.js file
// 14Feb2003 rs Added submenu items
// 01Mar2003 rs Changes in sumbenu items of Div section
// 24Mar2003 rs Changed projects to problems in engineering section

Menu.MENUITEM_BGCOLOR = '#beb9e5';
Menu.SUBMENUITEM_BGCOLOR ='#beb9e5';
Menu.SUBMENUITEM_ROBGCOLOR = '#dee3d3';
Menu.CELLWIDTH = 86;
Menu.CELLHEIGHT = 39;
Menu.SUBCELLHEIGHTSHORT = 32;
Menu.SUBCELLHEIGHTTALL = 49;
Menu.TOP = 125;
Menu.LEFT = 135;
Menu.LEFTOFFSET = 0;
Menu.CAP = 'http://' + location.hostname + '/images/layout/cap.gif';
var TOPICBAR = new Menu('http://' + location.hostname + '/images/layout/nav.gif');
//var TOPICBAR = new Menu('http://' + location.hostname + '/images/layout/nav.gif');

TOPICBAR.menu_items[0] = new MenuItem('eng', 'Engineering Practice', 'http://' + location.hostname + '/eng/index.html', 'engsub');
TOPICBAR.menu_items[0].sub_menu.submenu_items = [
	new SubMenuItem('s0i0', 'General Description', 'http://' + location.hostname + '/eng/index.html', 'http://' + location.hostname + '/images/layout/general', 'tall'),
	new SubMenuItem('s0i1', 'Cases', 'http://' + location.hostname + '/eng/cases.html', 'http://' + location.hostname + '/images/layout/cases', 'short'),
	new SubMenuItem('s0i2', 'Essays', 'http://' + location.hostname + '/eng/essays.html', 'http://' + location.hostname + '/images/layout/essays', 'short'),
	new SubMenuItem('s0i3', 'Educational Resources', 'http://' + location.hostname + '/eng/edu.html', 'http://' + location.hostname + '/images/layout/edu', 'tall'),
	new SubMenuItem('s0i4', 'Addressing Problems', 'http://' + location.hostname + '/eng/problems.html', 'http://' + location.hostname + '/images/layout/problems', 'tall'),
	new SubMenuItem('s0i5', 'in a corporate setting', 'http://' + location.hostname + '/eng/corporate.html', 'http://' + location.hostname + '/images/layout/corporate', 'tall'),
	new SubMenuItem('s0i6', 'nanotechnology', 'http://' + location.hostname + '/nano/index.html', 'http://' + location.hostname + '/images/layout/nanotech', 'tall')
]

TOPICBAR.menu_items[3] = new MenuItem('div', 'Diverse Workforce', 'http://' + location.hostname + '/div/index.html', 'divsub');
TOPICBAR.menu_items[3].sub_menu.submenu_items = [
	new SubMenuItem('s3i0', 'General Description', 'http://' + location.hostname + '/div/index.html', 'http://' + location.hostname + '/images/layout/general', 'tall'),
	new SubMenuItem('s3i1', 'Cases', 'http://' + location.hostname + '/div/cases.html', 'http://' + location.hostname + '/images/layout/cases', 'short'),
	new SubMenuItem('s3i2', 'Essays', 'http://' + location.hostname + '/div/essays.html', 'http://' + location.hostname + '/images/layout/essays', 'short'),
	new SubMenuItem('s3i3', 'Addressing Problems', 'http://' + location.hostname + '/div/problems.html', 'http://' + location.hostname + '/images/layout/problems', 'tall')
]

TOPICBAR.menu_items[1] = new MenuItem('res', 'Responsable Research', 'http://' + location.hostname + '/reseth/index.html', 'ressub');
TOPICBAR.menu_items[1].sub_menu.submenu_items = [
	new SubMenuItem('s1i0', 'General Description', 'http://' + location.hostname + '/reseth/index.html', 'http://' + location.hostname + '/images/layout/general', 'tall'),
	new SubMenuItem('s1i1', 'Essays', '/essays/research/index.html', 'http://' + location.hostname + '/images/layout/essays', 'short'),
	new SubMenuItem('s1i2', 'Scenarios & Cases', 'http://' + location.hostname + '/reseth/scenarios.html', 'http://' + location.hostname + '/images/layout/scencases', 'tall'),
	new SubMenuItem('s1i3', 'Educational Resources', 'http://' + location.hostname + '/reseth/edu.html', 'http://' + location.hostname + '/images/layout/edu', 'tall'),
	new SubMenuItem('s1i4', 'Reference Materials', 'http://' + location.hostname + '/reseth/reference.html', 'http://' + location.hostname + '/images/layout/reference', 'tall'),
	new SubMenuItem('s1i5', 'Addressing Problems', 'http://' + location.hostname + '/reseth/problems.html', 'http://' + location.hostname + '/images/layout/problems', 'tall')
]

TOPICBAR.menu_items[2] = new MenuItem('mor', 'Moral Leaders', 'http://' + location.hostname + '/moral/index.html', 'morsub');
TOPICBAR.menu_items[2].sub_menu.submenu_items = [
	new SubMenuItem('s2i0', 'General Description', 'http://' + location.hostname + '/moral/index.html', 'http://' + location.hostname + '/images/layout/general', 'tall'),
	new SubMenuItem('s2i1', 'Roger Boisjoly', 'http://' + location.hostname + '/moral/boisjoly/RB-intro.html', 'http://' + location.hostname + '/images/layout/boisjoly', 'short'),
	new SubMenuItem('s2i2', 'Inez Austin', 'http://' + location.hostname + '/moral/austin/index.html', 'http://' + location.hostname + '/images/layout/austin', 'short'),
	new SubMenuItem('s2i3', 'Fred Cuny', 'http://' + location.hostname + '/moral/cuny/intro.html', 'http://' + location.hostname + '/images/layout/cuny', 'short'),
	new SubMenuItem('s2i4', 'Racheal Carson', 'http://' + location.hostname + '/moral/carson/index.html', 'http://' + location.hostname + '/images/layout/carson', 'short'),
	new SubMenuItem('s2i5', 'William Lemessurier', 'http://' + location.hostname + '/moral/lemessurier/index.html', 'http://' + location.hostname + '/images/layout/lemessurier', 'short')
]


TOPICBAR.menu_items[4] = new MenuItem('com', 'Computers and Software', 'http://' + location.hostname + '/com/index.html', 'comsub');
TOPICBAR.menu_items[4].sub_menu.submenu_items = [
	new SubMenuItem('s4i0', 'General Description', 'http://' + location.hostname + '/com/index.html', 'http://' + location.hostname + '/images/layout/general', 'tall'),
	new SubMenuItem('s4i1', 'Cases', 'http://' + location.hostname + '/com/cases.html', 'http://' + location.hostname + '/images/layout/cases', 'short'),
	new SubMenuItem('s4i2', 'Scenarios', 'http://' + location.hostname + '/com/scenarios.html', 'http://' + location.hostname + '/images/layout/scenarios', 'short'),
	new SubMenuItem('s4i3', 'Essays', 'http://' + location.hostname + '/com/essays.html', 'http://' + location.hostname + '/images/layout/essays', 'short'),
	new SubMenuItem('s4i4', 'Educational Resources', 'http://' + location.hostname + '/com/edu.html', 'http://' + location.hostname + '/images/layout/edu', 'tall'),
	new SubMenuItem('s4i5', 'Privacy', 'http://' + location.hostname + '/com/privacy.html', 'http://' + location.hostname + '/images/layout/privacy', 'short')
]

TOPICBAR.menu_items[5] = new MenuItem('oth', 'Other Sciences', 'http://' + location.hostname + '/sci/index.html', 'othsub');
TOPICBAR.menu_items[5].sub_menu.submenu_items = [
	new SubMenuItem('s5i0', 'General Description', 'http://' + location.hostname + '/sci/index.html', 'http://' + location.hostname + '/images/layout/general', 'tall'),
	new SubMenuItem('s5i1', 'Biology', 'http://' + location.hostname + '/biology/index.html', 'http://' + location.hostname + '/images/layout/biology', 'short'),
	new SubMenuItem('s5i2', 'Environment', 'http://' + location.hostname + '/environment/index.html', 'http://' + location.hostname + '/images/layout/environ', 'short')

//	new SubMenuItem('s5i1', 'Genetics', 'http://' + location.hostname + '/genetics/index.html', 'http://' + location.hostname + '/images/layout/genetics', 'short'),
//	new SubMenuItem('s5i2', 'Chemistry', '/chemistry/index.html', 'http://' + location.hostname + '/images/layout/chemistry', 'short'),
//	new SubMenuItem('s5i3', 'in a corporate setting', 'http://' + location.hostname + '/reseth/corporate.html', 'http://' + location.hostname + '/images/layout/corporate', 'tall')
]

