// write me if you have questions: web.master@male.net

// constants
var initX       = 170; // x-coordinate of top left corner of dropdown menu 
var initY       = 17; // y-coordinate of top left corner of dropdown menu 
var backColor   = 'lightyellow'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = 'black'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 15;
var xOverlap    = 5;
var yOverlap    = 10;
//


menuContent     = new Array ();

//Audio Visual Menu

menuContent [0] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
180, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Policies ...', '../av/avpolicies.php',
'Equipment and Services ...', '../av/avequipment.php',
'Supported Rooms', '../av/avsupportedrooms.php',
'Contact AV Office', '../av/avcontact.php'
));

//Art Service Menu

menuContent [1] = new Array ( 
-1, 
-1,
180,
295, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Illustrations ...', '../as/asillustrations.php',
'Publications ...', '../as/aspublications.php',
'Exhibits ...', '../as/asexhibits.php',
'Other Services ...', '../as/asotherservices.php',
'Contact AS Office', '../as/asotherservices.php'
));

//Digital Imaging Menu

menuContent [2] = new Array ( 
-1, 
-1,
180,
421, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Imaging ...', '../di/diimaging.php',
'Photographic ...', '../di/diphotographic.php',
'Stock ...', '../di/distock.php',
'Contact DI Office', '../di/dicontact.php'
));

//DE Menu

menuContent [3] = new Array ( 
-1, 
-1,
180,
547, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Use Policy', '../de/deusepolicy.php',
'Classrooms', '../de/declassrooms.php',
'Calendar', '../de/decalendar.php',
'Room Reservation', '../de/dereservation.php',
'Video Conference Reservation', '../de/devcreservation.php',
'Contact DE Office', '../de/decontact.php'
));

//Video Services Menu

menuContent [4] = new Array ( 
-1, 
-1,
180,
673, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Production Services', '../vs/vsproduction.php',
'Technical Services', '../vs/vstechnical.php',
'Video Duplication', '../vs/vsvideodup.php',
'Video Distribution', '../vs/vsvideodis.php',
'Video Samples', '../vs/vsmovies.php',
'Consulting', '../vs/vsconsulting.php',
'Contact VS Office', '../vs/vscontact.php'
));


//SUB MENUS

//Audio Visual Sub Menu

menuContent [5] = new Array ( 
0, 
0,
179,
320, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'AV Use Policy', '../av/avpolicies.php#avusepolicy',
'Who can reserve AV equiment?', '../av/avpolicies.php#avreservationpolicy',
'Room Use Policy', '../av/avusepolicies.php#roomusepolicy',
'Who can reserve rooms?', '../av/avpolicies.php#avroomreservationpolicy'
));

menuContent [6] = new Array ( 
0, 
1,
179,
320, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Equipment Request Form', '../av/avagreement.php'
));

//AS Sub Menu

menuContent [7] = new Array ( 
1, 
0,
129,
415, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Medical', '../as/asillustrations.php',
'General', '../as/asillustrations.php',
'Graphic', '../as/asillustrations.php'
));

menuContent [8] = new Array ( 
1, 
1,
129,
415, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
47, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Flyers', '../as/aspublications.php',
'Brochures', '../as/aspublications.php',
'Booklets', '../as/aspublications.php'
));

menuContent [9] = new Array ( 
1, 
2,
129,
415, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
67, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Research', '../as/asexhibits.php',
'Public Relations', '../as/asexhibits.php',
'Presentations', '../as/asexhibits.php'
));

menuContent [10] = new Array ( 
1, 
3,
129,
415, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
87, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Wide Format Printing', '../as/asotherservices.php',
'Laminating', '../as/asotherservices.php',
'Mounting', '../as/asotherservices.php',
'Disk Preperation', '../as/asotherservices.php',
'Charts, Graphs, and Figures', '../as/asotherservices.php',
'Signs', '../as/asotherservices.php'
));

//DI Sub Menu

menuContent [11] = new Array ( 
2, 
0,
129,
535, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Archiving', '../di/diimaging.php',
'Custom Scanning', '../di/diimaging.php',
'Digital Printing', '../di/diimaging.php',
'Image Enhancements', '../di/diimaging.php',
'35mm Color Slides', '../di/diimaging.php'
));

menuContent [12] = new Array ( 
2, 
1,
129,
535, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
47, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Location Photography', '../di/diphotographic.php',
'Slide Duplication', '../di/diphotographic.php',
'Studio Photography', '../di/diphotographic.php',
'E-6 Film Processing (Color Slides)', '../di/photographic.php'
));

menuContent [13] = new Array ( 
2, 
2,
129,
535, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
67, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Aerials', '../di/distock.php',
'Buildings', '../di/distock.php',
'Digital Printing', '../di/distock.php',
'Charleston', '../di/distock.php',
'Textures', '../di/distock.php'
));
