// write me if you have questions: web.master@male.ru

// constants
var initX       = 120; // x-coordinate of top left corner of dropdown menu 
var initY       = 98; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#0000ff'; // 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    = 10;
//

// Don't change these parameters
var delay        = 500; /////
var menuElement  = new Array ();
var usedWidth    = 0;
var numOfMenus   = 0;
/// ----------------------------

menuContent     = new Array ();


menuContent [0] = new Array ( 
-1, 
-1,
655,
-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 (
'<a href=servicesoverview.html><font face=verdana size=2>Overview</font></a> <font color=#fff0f5>|</font> <a href=domainareas.html><font face=verdana size=2>Domain Areas</font></a> <font color=#fff0f5>|</font> <a href=staffaugmentation.html><font face=verdana size=2>Staff Augmentation</font></a> <font color=#fff0f5>|</font> <a href=directplacements.html><font face=verdana size=2>Direct placements</font></a> <font color=#fff0f5>|</font> <a href=offshoreservices.html><font face=verdana size=2>Offshore</font></a><font color=#fff0f5>/</font><a href=onsiteservices.html><font face=verdana size=2>On Site Services</font></a>', '' 
//'Off Shore</font>', '#'
));

menuContent [1] = new Array ( 
0, 
-1,
305,
98, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
225, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'<a href=overview.html><font face=verdana size=2>Overview</font></a> <font color=#fff0f5>|</font> <a href=skillsets.html><font face=verdana size=2>Skill Sets</font></a> <font color=#fff0f5>|</font> <a href=projectmanagement.html><font face=verdana size=2>Project Management</font></a>', ''
));

menuContent [2] = new Array ( 
1, 
-1,
279,
98, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
117, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'<a href=companyoverview.html><font face=verdana size=2>Company Overview</font></a> <font color=#fff0f5>|</font> <a href=missionstatement.html><font face=verdana size=2>Mission and Values</font></a>',''
));

menuContent [3] = new Array ( 
2, 
-1,
400,
98, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
290, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'<a href=careersoverview.html><font size=2 face=verdana>Overview</font></a> <font color=#fff0f5>|</font> <a href=recruitment.html><font size=2 face=verdana>Training</font></a> <font color=#fff0f5>|</font> <a href=employeebenefits.html><font size=2 face=verdana>Employee Benefits</font></a> <font color=#fff0f5>|</font> <a href=submitresume.html><font size=2 face=verdana>Submit Resume</font></a>', ''
));

menuContent [4] = new Array ( 
3, // 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
210, // the width of current menu list 
98, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
480, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'<a href=employeeoverview.html><font size=2 face=verdana>Overview</font></a> <font color=#fff0f5>|</font> <a href=consultantcorner.asp?nextpage=consultantcorner.asp><font size=2 face=verdana>Consultant Corner</font></a> ',''
));

/*menuContent [5] = new Array ( 
0, // 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
120, // 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 (
'<a href=customers.html></a>', ''
));*/
/*
<font color=#fff0f5>|</font> <a href=contactinfo.asp?nextpage=contactinfo.asp target=_blank><font size=2 face=verdana>Contact Information</font></a> <font color=#fff0f5>|</font> <a href=timesheet.asp?nextpage=timesheet.asp target=_blank><font size=2 face=verdana>Time Sheet</font></a> <font color=#fff0f5>|</font> <a href=forms.asp?nextpage=forms.asp><font size=2 face=verdana>Forms</font></a>
*/