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

// constants

var left_corner_x  = 409; // x-coordinate of top left corner of dropdown menu
var left_corner_y  = 74; // y-coordinate of top left corner of dropdown menu
var back_color     = '#e0e0e0'; // the background color of dropdown menu
var border_color   = '#000000'; // the color of dropdown menu border
var border_size    = '1'; // the width of dropdown menu border
var menu_width     = '121'; // 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 ('79 | <a href=../galerie20070602.html>Aktuelle&nbsp;Galerie</a> | <a href=../galerie20050320.html>Archiv</a> | <a href=../gal_index.html>Index</a>',
                              '64 | <a href=../intern.html>Was&nbsp;ist&nbsp;GenderLand?</a> | <a href=../macherinnen.html>Wer&nbsp;macht&nbsp;GenderLand?</a> | <a href=../werbung.html>Werben&nbsp;im&nbsp;GenderLand</a>');


