// Last change July 14 2003
// Developed by ddmenu@inbox.ru


// constants

// x-coordinate of top left corner of dropdown menu 
var initX             = 0; 

// y-coordinate of top left corner of dropdown menu 
var initY             = 18; 

// the background color of dropdown menu (set empty '' for transparent)
var backColor         = '#2A4453'; 

// the background color of selected menu items, set empty '' for transparent
var activeBackColor   = '#FF6B09'; 

// the color of dropdown menu border
var borderColor = '#FFFFFF'; 

// the width of menu border
var borderSize  = '1'; 

// height of menu itesm
var itemHeight  = 16;

// overlapping between 
var xOverlap    = 5;
var yOverlap    = 10;

// end of constants


menuContent     = new Array ();

menuContent [0] = new Array ( 
-1, 
-1, 
101, // the width of current menu list 
46, // 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 (
'10 Gig Collection', 'Surplus_Video_10G.php',
'HD Video 1', 'Surplus_Video_HD_Vid1.php',
'HD Video 2', 'Surplus_Video_HD_Vid2.php',
'HD Video 3', 'Surplus_Video_HD_Vid3.php',
'New York', 'Video_NewYork.php',
'Costa Rica', 'Video_CostaRica.php',
'Playa Del Carmen', 'Video_Playa.php',
'Shanghai Day', 'Video_ShanghaiDay.php',
'Shanghai Night', 'Video_ShanghaiNIght.php',
'Southern Living', 'Video_Southern.php',
'Animals', 'Video_Animals.php',
'Cannons', 'Video_Canons.php',
'Clackamas', 'Video_Clackamas.php'
));

menuContent [1] = new Array ( 
-1, 
-1,
101, // the width of current menu list 
145, // 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 (
'HD Animation 1', 'Surplus_Video_HD_Anim1.php',
'HD Animation 2', 'Surplus_Video_HD_Anim2.php',
'HD Animation 3', 'Surplus_Video_HD_Anim3.php',
'HD Animation 4', 'Surplus_Video_HD_Anim4.php',
'Lower Thirds 1', 'Lower_Thirds1.php',
'Lower Thirds 2', 'Lower_Thirds2.php',
'Lower Thirds 3', 'Lower_Thirds3.php',
'Lower Thirds 4', 'Lower_Thirds4.php',
'World Flags', 'Animation_FlagsWorld.php',
'Fire FX 1', 'FireFX1.php',
'Fire FX 2', 'FireFX2.php',
'Wedding Grafx Kit', 'Surplus_Video_Wedding.php'
));

menuContent [2] = new Array ( 
-1, 
1,
101, // the width of current menu list 
245, // 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 (
'Collection 1-3', 'Ultimate_Sound_1_3.php',
'Collection 4-6', 'Ultimate_Sound_4_6.php'
));

menuContent [3] = new Array ( 
-1, 
1,
101, // the width of current menu list 
345, // 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 (
'Platinum Studio 6', 'Platinum_Studio.php'
));

menuContent [4] = new Array ( 
-1, 
1,
101, // the width of current menu list 
445, // 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 (
'Web Design', 'Web_Design.htm', 
'Custom Forms', 'Web_Forms.htm'
));

menuContent [5] = new Array ( 
-1, 
1,
101, // the width of current menu list 
545, // 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 (

));


