//Codes used in desc array as positional indicators
var codes = new Array('EC','MS','UP','SP','ET');

//Mapping of acronyms to the full names
var desc = new Array();
desc['UOL'] = 'University of London';
desc['EC'] = 'ExecuCheck - Skills Assessment';
desc['ET'] = 'ExecuTrain';
desc['MS'] = 'Microsoft Certified Technical Education Center';
desc['UP'] = 'MeasureUp';
desc['SP'] = 'Authorised Sylvan Prometric Testing Center';

//List of images used by acronym as base for the menu
var imgs = new Array();
imgs['UOL'] = 'uol.gif';
imgs['EC'] = 'echk.gif';
imgs['ET'] = 'sm_etlogo.gif';
imgs['MS'] = 'gold.jpg';
imgs['UP'] = 'muplog0.gif';
imgs['SP'] = 'sylvan.jpg';

//List of options available per acronym
var options = new Array();
options['UOL'] = new Array('Diploma','Degree');
options['EC'] = new Array('Information','Presentation','Bookings');
options['ET'] = new Array('Courses','Mother Company');
options['MS'] = new Array('MCP','MCSA','MCDBA','MCSE','MCAD','MCSD','Other');
options['UP'] = new Array('Information','Bookings','Website');
options['SP'] = new Array('Microsoft','Sun','Cisco');

//List of links per option per acronym
var links = new Array();
links['UOL'] = new Array('uol_dip.html','uol_deg.html');
links['EC'] = new Array('ec.asp','skills.pps','ec_request.asp');
links['ET'] = new Array('schedule.asp','http://www.executrain.com');
links['MS'] = new Array('mcp.asp','mcsa.asp','mcdba.asp','mcsepath2003.asp','mcad.asp','mcsd.asp','tech_trks.asp');
links['UP'] = new Array('#','#','http://www.measureup.com');
links['SP'] = new Array('cert.asp','cert.asp','cert.asp');

//List of widths per menu per acronym
var widths = new Array();
widths['UOL'] = 100;
widths['EC'] = 128;
widths['MS'] = 361;
widths['UP'] = 128;
widths['SP'] = 128;
widths['ET'] = 128;
