// write me if you have questions: web.master@male.net

// constants
var initX       = 39; // x-coordinate of top left corner of dropdown menu 
var initY       = 30; // y-coordinate of top left corner of dropdown menu 

var fontColorone	= '#000000';
var fontColoroneover	= '#FFFFFF';
var fontColortwo	= '#000000';
var fontColortwoover	= '#FFFFFF';


var backColor		= '#FFFFFF'; // the background color of dropdown menu, set empty '' for transparent
var backColorgray	= '#FFFFFF'; // the background color of dropdown menu, set empty '' for transparent - each second
var backColorover   	= '#3c78af'; // the background color of dropdown menu, set empty '' for transparent
var backColorgrayover	= '#3c78af'; // the background color of dropdown menu, set empty '' for transparent - each second
var backOpacity		= .90;

var borderColor = ''; // the color of dropdown menu border
var borderSize  = '0'; // the width of dropdown menu border
var outerborderColor = '#000000';
var outerborderWidth = '1px';
var itemHeight  = 20;
var xOverlap    = 5;
var yOverlap    = 10;

var fieldsWidth = new Array();

fieldsWidth[0] = 142;
fieldsWidth[1] = 142;
fieldsWidth[2] = 142;
fieldsWidth[3] = 142;
fieldsWidth[4] = 110;
fieldsWidth[5] = 50;
fieldsWidth[6] = 50;
fieldsWidth[7] = 50;
fieldsWidth[8] = 50;

menuContent     = new Array();


// JSMenu
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
85, // 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 (
	'Produktrundgang', '/index.php?hid=1&id=27'
,	'Versionsinformationen', '/index.php?hid=1&id=26'
,	'Callaufnahme', '/index.php?hid=1&id=12'
,	'Berichterstellung', '/index.php?hid=1&id=13'
,	'KnowledgeBase', '/index.php?hid=1&id=14'
,	'Geräte-/ Systemverwaltung', '/index.php?hid=1&id=19'
,	'Eskalationen', '/index.php?hid=1&id=15'
,	'Anpassbarkeit', '/index.php?hid=1&id=16'
,	'Systemvoraussetzungen', '/index.php?hid=1&id=18'
,	'Fernzugriff', '/index.php?hid=1&id=32'
,	'Flash Demos', '/index.php?hid=1&id=35'
,	'Häufige Fragen', '/index.php?hid=1&id=40'

));


// JSMenu
menuContent[1] = 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
85, // 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 (
	'Report Server', '/index.php?hid=6&id=37'
,	'Tapi-Client', '/index.php?hid=6&id=38'
,	'CRM - CAS genesisWorld', '/index.php?hid=6&id=17'
,	'Inventarisierungstool', '/index.php?hid=6&id=33'

));


// JSMenu
menuContent[2] = 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
85, // 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 (
	'Updatevertrag', '/index.php?hid=2&id=23'
,	'Lizenzbestimmungen', '/index.php?hid=2&id=24'

));


// JSMenu
menuContent[3] = 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
85, // 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 (
	'Flash Demos', '/index.php?hid=3&id=35'

));


// JSMenu
menuContent[4] = 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
85, // 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 (

));



