
var left_corner_x =155; // x-coordinate of top left corner of dropdown menu 
var left_corner_y = 235; // y-coordinate of top left corner of dropdown menu 
var back_color = '#FFFFCC'; // the background color of dropdown menu 
var border_color = '#999999'; // the color of dropdown menu border
var border_size  = '1'; // the width of dropdown menu border
var menu_width   = '160'; // 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;  /////
/// ----------------------------
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
// 

menu_content     = new Array ('<a href="preturi_soft_cad.htm" class="topografie">Oferta speciala</a> | <a href="noutati.htm" class="topografie">Noutati</a> | <a href="syscad-solutions.htm" class="topografie">Despre SysCAD</a> ',

'<a href="intellicad-progesoft.htm" class="topografie">ProgeSOFT IntelliCAD</a> | <a href="proiectare_cad.htm" class="topografie">PowerCAD</a> | <a href="software_gis.htm" class="topografie">Software GIS</a> | <a href="raster-to-vector.htm" class="topografie">Solutii Raster-to-Vector</a>',

'<a href="statie-totala-nts.htm" class="topografie">Statie totala NTS-660</a>  | <a href="masuratori_topografice.htm" class="topografie" title="Programe masurare NTS-660">Programe NTS-660</a> | <a href="statii_totale_south.htm" class="topografie">Statii totale South</a> | <a href="statii_totale_foif.htm" class="topografie">Statii totale Foif</a> | <a href="nivele_automate.htm" class="topografie">Nivele automate</a> | <a href="teodolite_distomate.htm" class="topografie">Teodolite South</a> | <a href="teodolite_electronice.htm" class="topografie">Teodolite Foif</a> | <a href="accesorii_topo.htm" class="topografie">Accesorii topo </a>');

