// constants
var left_corner_x  = 0; // x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 93; // y-coordinate of top left corner of dropdown menu 
var back_color     = '#568a82'; // the background color of dropdown menu 
var border_color   = 'white'; // the color of dropdown menu border
var border_size    = '1'; // the width of dropdown menu border
var menu_width     = '180'; // the width of dropdown menu 
//


// Don't change these parameters
var delay           = 500; /////
var active_layer_id = -1;  /////
var on_layer_id     = -1;  /////
var buff_id         = -1;  /////
/// ----------------------------



// Attention! You have to change the first number in Array line to change the width of the particular column! 
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
// 
menu_content     = new Array ('100 | <a href=http://www.bolte-syke.de/sonderangebote/index.htm class=subMenu>Sonderposten</a>',
			      '100 | <a href=http://www.pflastersonderposten.de/betonpflaster/index.htm class=subMenu>Betonpflaster</a> | <a href=http://www.pflastersonderposten.de/betonpflaster/gestaltung.htm class=subMenu>Gestaltungspflaster</a> | <a href=http://www.pflastersonderposten.de/betonpflaster/oekopflaster.htm class=subMenu>Öko-Pflaster</a>',
			      '100 | <a href=http://www.pflastersonderposten.de/platten/index.htm class=subMenu>Betonplatten</a>',
			      '100 | <a href=http://www.pflastersonderposten.de/bord/index.htm class=subMenu>Borde</a>',
			      '100 | <a href=http://www.pflastersonderposten.de/pflasterklinker/index.htm class=subMenu>Pflasterklinker</a>',
			      '100 | <a href=http://www.pflastersonderposten.de/kontakt/agb.htm class=subMenu>AGBs</a>| <a href=http://www.pflastersonderposten.de/kontakt/index.htm class=subMenu>Kontakt</a>');
