// Last change July 14 2003
// Developed by ddmenu@inbox.ru


// constants

// x-coordinate of top left corner of dropdown menu 
var initX             = 43; 

// y-coordinate of top left corner of dropdown menu 
var initY             = 142; 

// the background color of dropdown menu (set empty '' for transparent)
var backColor         = '#ffffff'; 

// the background color of selected menu items, set empty '' for transparent
var activeBackColor   = '#ffffff'; 

// the color of dropdown menu border
var borderColor = '#cccccc'; 

// the width of menu border
var borderSize  = '1'; 

// height of menu itesm
var itemHeight  = 13;

// overlapping between 
var xOverlap    = 5;
var yOverlap    = 10;

// end of constants


menuContent     = new Array ();

menuContent [0] = new Array ( 
-1, 
-1, 
150, // 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 (
'svjetleĉe reklame', 'reklame.asp?stranica=svjetlece',
'natpisi i oznake', 'reklame.asp?stranica=natpisi',
'totemi i piloni', 'reklame.asp?stranica=piloni',
'oslikavanje vozila', 'reklame.asp?stranica=oslikavanje',
'obrada plexiglasa', 'reklame.asp?stranica=plexi',
'digitalni tisak', 'reklame.asp?stranica=digiprint',
'graviranje', 'reklame.asp?stranica=graviranje'
));

menuContent [1] = new Array ( 
-1, 
-1,
150, // the width of current menu list 
188, // 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 (
'professional', 'vision.asp?stranica=professional',
'home hifi', 'vision.asp?stranica=home',
'najam opreme', 'vision.asp?stranica=najam',
'plazma &amp; LCD TV', 'vision.asp?stranica=plazma',
'mobile electronic', 'vision.asp?stranica=mobile'
));

menuContent [2] = new Array ( 
-1, 
1,
150, // the width of current menu list 
333, // 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 (
'auto akustika & mutimedia', '#',
'telefonija', '#'
));

menuContent [3] = new Array ( 
-1, 
1,
150, // the width of current menu list 
481, // 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 (
'zatamnjivanje stakala', '#',
'hifi tuning', '#',
'styling', '#'
));