

// constants
var initX       = 20; // x-coordinate of top left corner of dropdown menu 
var initY       = 164; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#E6E6E6'; // 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  = 20;
var xOverlap    = 5;
var yOverlap    = 5;
//


menuContent     = new Array ();

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
130, // 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 (
'PC', '#',
'Cellular Accessory', '#',
'Home Audio/Video', '#',
'Ecological', '#',
'Digital Photo', '#'

));

menuContent [1] = new Array ( 
-1, 
-1,
100,
-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 (
'Drivers and Upgrade', 'downloads.shtml',
'FAQ', '#'
));

menuContent [2] = new Array ( 
-1, 
-1,
120,
-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 (
'Mission', 'mission.shtml',
'Press Release', '#'
));


menuContent [3] = new Array ( 
-1, 
-1,
100,
-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 (
'Press Release', '#'
));

menuContent [4] = new Array ( 
-1, 
-1,
100,
-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 (
'Contacts', 'mailto:mbdick@mobidick.biz'
));

menuContent [5] = new Array ( 
0, 
0,
90,
-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 (
'USB 2.0', '#',
'WiFi', '#',
'Bluetooth', '#',
'Mouse', '#',
'Keyboard', '#'
));

menuContent [6] = new Array ( 
0, 
1,
120,
-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 (
'Charger', '#',
'Handset Manager', 'hm.shtml', 
'Headset', '#',
'Car', '#'
));

menuContent [7] = new Array ( 
0, 
3,
80,
-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 (
'Air Purifier', 'ionizer.shtml'
));





menuContent [8] = new Array ( 
5, 
2,
260,
-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 (
'Stereo Headset with Skype BHHS2', 'bhhs2.shtml',
'Mini Mouse PDBOMM1', 'pdbomm1.shtml',
'Card Drive 2-in-1 BCCR42', 'bccr42.shtml',
'USB dongle BCU415  Class 1', 'bcu415.shtml',
'USB dongle BMU313  Class 1', 'usb-dongle-130.shtml',
'USB dongle BCU412  Class 1', 'bcu412.shtml',
'USB dongle BNU42 + Handset Manager', 'bnu42.shtml',
'USB dongle BCU43   Class 2', 'bcu43.shtml',
'USB dongle BXU43   Class 2', 'bxu43.shtml',
'USB dongle BDU41   Class 2', 'bdu41.shtml',
'USB dongle BCU42   Class 2', 'bcu42.shtml',
'USB dongle BMU35   Class 2', 'usb-dongle-50.shtml',
'USB dongle BDU33 Compact  Class 2', 'bdu33_Compact.shtml',
'USB dongle BDU33 Advanced  Class 2', 'bdu33_A.shtml',
'USB dongle BCU32   Class2', 'usb-bcu32.shtml'
));



menuContent [9] = new Array ( 
6, 
0,
140,
-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 (
'USB Charging Set', 'set.shtml',
'USB Charging Cable', '#'
));


menuContent [10] = new Array ( 
5, 
3,
220,
-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 (
'Bluetooth Optical Mouse B-DOM-E', 'b-dom-e.shtml',
'RF mini optical mouse P-DOM-Z', 'p-dom-z.shtml',
'RF mini optical mouse P-DOM-R', 'p-dom-r.shtml',
'Bluetooth Mini Mouse PDBOMM1', 'pdbomm1.shtml'
));


menuContent [11] = new Array ( 
6, 
3,
170,
-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 (
'SuperTooth Light', 'supertooth.shtml',
'SuperTooth II', 'supertooth_II.shtml',
'Soft Magnet', 'magnet.shtml'
));

menuContent [12] = new Array ( 
1, 
1,
170,
-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 (
'Bluetooth', 'faq-bt.shtml',
'Wireless Glossary / Q&A', 'glossary.html'
));


menuContent [13] = new Array ( 
6, 
2,
158,
-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 (
'SuperTooth Nano', 'nano.shtml',
'Elegance BHHS1', 'elegance.shtml',
'Elegance Stereo BHHS2 ', 'bhhs2.shtml'
));


menuContent [14] = new Array ( 
0, 
4,
170,
-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 (
'ViewCatcher VGDC3229', 'viewcatcher.shtml'
));



menuContent [15] = new Array ( 
5, 
1,
190,
-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 (
'WLAN USB-dongle PCWF430', 'pcwf430.shtml'
));



menuContent [16] = new Array ( 
0, 
2,
200,
-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 (
'DivX / MP3 / MP4 player', 'divx.shtml',
'MP3 Mood Creator Hipper 100', 'hipper.shtml'
));

