var menu_side= new qmenu('qmenu-side');
menu_side.setStyle({
'width':250,
'height':20,
'textColor':'#000',
'bgColor':'#eeeeee',
'mouseOverBgColor':'#d0d0d0',
'borderColor':'#c2c2c2',
'orientation': 1
});

menu_side.add('Introduction',                                     '',   'home.html',        'in');
menu_side.add('About Us',                                         '',   '',                 'au');
menu_side.add('Prospective students',                             '',   '',                 'ps');
menu_side.add('Academic Programmes',                              '',   '',                 'ap');
menu_side.add('Departments and Research Centres',                 '',   '',                 'dr');
menu_side.add('International Programmes',                         '',   '',                 'ip');
menu_side.add('Services',                                         '',   '',                 'se');
menu_side.add('Student life',                                     '',   '',                 'sl');
menu_side.add('Guest Organizations',                              '',   '',                 'go');
menu_side.add('Directory',                                        '',   'directory.html',   'dy');
menu_side.add('Map of Ancona',                                    '',   'map.pdf',          'an');
menu_side.add('Italian website',                                  '',   '/',                'iw');

menu_side.setStyle({'width':250});

menu_side.add('A brief history',                                                'au', 'history.html',     'hi');
menu_side.add('Location',                                                       'au', 'location.html',    'lo');
menu_side.add('How to reach us',                                                'au', 'reach.html',       'ht');
menu_side.add('Academic bodies',                                                'au', 'bodies.html',      'ab');

menu_side.add('Italian Students',                                               'ps', 'prosita.html',     'prit');
menu_side.add('International Students',                                         'ps', 'proseng.html',     'pren');

menu_side.add('The Italian Education System',                                   'ap', 'system.html',      'sy');
menu_side.add('Didactic organization of faculty',                               'ap', 'didactic.html',    'dc');
menu_side.add('Undergraduate Programmes',                                       'ap', 'undergraduate.html','un');
menu_side.add('Master\'s Programmes',                                           'ap', 'master.html',      'mt');
menu_side.add('Diplomas of Specialization',                                     'ap', 'diplomas.html',    'dl');
menu_side.add('Research Doctorate Programmes',                                  'ap', 'doctorate.html',   'do');
menu_side.add('Academic calendar',                                              'ap', 'calendar.html',    'cl');

menu_side.setStyle({'width':390});

menu_side.add('Economics',                                                      'dr', 'dea.html',         'dea');
menu_side.add('Management and Industrial Organization (DMO)',                   'dr', 'management.html',  'dmo');
menu_side.add('Social Sciences (DSS)',                                          'dr', 'sciences.html',    'dss');
menu_side.add('Interdip. Research Centre on Adriatic and Balkans (CIRAB)',      'dr', 'cirab.html',       'cir');

menu_side.setStyle({'width':430});

menu_side.add('Master\'s Degree in International Economics and Business (IEB)', 'ip', 'ieb.html',         'ieb');
menu_side.add('LLP/Erasmus',                                                    'ip', 'erasmus.html',     'era');
menu_side.add('Adam Smith Network Certificates',                                'ip', 'smith.html',       'smi');
menu_side.add('Global Competitiveness Program',                                 'ip', 'gcp.html',         'gcp');
menu_side.add('Jean Monnet',                                                    'ip', 'monnet.html',      'mon');
menu_side.add('Tempus',                                                         'ip', 'tempus.html',      'tem');
menu_side.add('Eu Research Programmes',                                         'ip', 'ue.html',          'ue');

menu_side.setStyle({'width':250});

menu_side.add('Classrooms',                                                     'se', 'class.html',       'cla');
menu_side.add('The Centre of Documentation',                                    'se', 'library.html',     'lib');
menu_side.add('The Multimedia Language Centre',                                 'se', 'csal.html',        'csa');
menu_side.add('The Computer Centre',                                            'se', 'labs.html',        'lab');
menu_side.add('The Virtual Firm Laboratory',                                    'se', 'plav.html',        'fir');
menu_side.add('The Registrar\'s Office',                                        'se', 'registr.html',     'reg');
menu_side.add('The Job Centre',                                                 'se', 'job.html',         'job');
menu_side.add('Student guided tutorial tour',                                   'se', 'tutorial.html',    'tou');
menu_side.add('Photocopyng Service',                                            'se', 'photo.html',       'phot');
menu_side.add('Useful Information',                                             'se', 'accomodation.html','acc');
menu_side.add('Cafeterias',                                                     'se', 'cafe.html',        'caf');
menu_side.add('University sports Centre (CUS)',                                 'se', 'sport.html',       'cus');

menu_side.add('Student organizations',                                          'sl', 'student.html',     'so');

menu_side.add('Italian Society of Economists',                                  'go', 'sie.html',         'is');
menu_side.add('"Alessandro Bartola" Association',                               'go', 'bartola.html',     'bt');

menu_side.display();


