/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"

/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 190
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "#7d899a"
   DQM_menu_bgcolor = "#ffffff"
   DQM_hl_bgcolor = "#e3e5e6"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   DQM_divider_height = 1

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 10
   DQM_ie5mac_offset_Y = 12

/*-------------------------------------------
Required font Settings
--------------------------------------------*/
 
   DQM_textcolor = "#7d899a"
   DQM_fontfamily = "verdana"
   DQM_fontsize = 11
   DQM_textdecoration = "none"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "black"
   DQM_hl_textdecoration = "none"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5

/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  /*
   DQM_rollover_image0 = "images/menu/m1on_rus.gif"
   DQM_rollover_wh0 = "136,36"

   DQM_rollover_image1 = "images/menu/m2on_rus.gif"
   DQM_rollover_wh1 = "91,36"
*/
   DQM_rollover_image0 = "images/menu/m3on_rus.gif"
   DQM_rollover_wh0 = "106,36"
/*
   DQM_rollover_image3 = "images/menu/m4on_rus.gif"
   DQM_rollover_wh3 = "146,36"
  
   DQM_rollover_image4 = "images/menu/m5on_rus.gif"
   DQM_rollover_wh4 = "88,36"

   DQM_rollover_image5 = "images/menu/m6on_rus.gif"
   DQM_rollover_wh5 = "100,36"
*/

/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = "sample_images/bullet.gif"
   DQM_icon_rollover0 = "sample_images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/
/*
//--- О компании ---
DQM_sub_xy0 = "-136,36"
DQM_sub_menu_width0 = 200
DQM_subdesc0_0 = "О компании"
DQM_icon_index0_0 = 1
DQM_url0_0 = "about_rus.php"
//--- Услуги ---
DQM_sub_xy1 = "-91,36"
DQM_sub_menu_width1 = 150;
DQM_subdesc1_0 = "Услуги"
DQM_icon_index1_0 = 1
DQM_url1_0 = "uslugi_rus.php"
*/
//--- Документы ---
DQM_sub_xy0 = "-106,36"
DQM_sub_menu_width0 = 180
DQM_subdesc0_0 = "Лицензии, свидетельства"
DQM_subdesc0_1 = "Венчурное инвестирование"
DQM_icon_index0_0 = 1
DQM_icon_index0_1 = 1
DQM_url0_0 = "licenzia_rus.php"
DQM_url0_1 = "investicii_rus.php"
/*
//--- Задать вопрос ---
DQM_sub_xy3 = "-146,36"
DQM_sub_menu_width3 = 250
DQM_subdesc3_0 = "Задать вопрос" 
DQM_icon_index3_0 = 1
DQM_url3_0 = "quistion_rus.php"
//--- Вакансии ---
DQM_sub_xy4 = "-88,36"
DQM_sub_menu_width4 = 350
DQM_subdesc4_0 = "Вакансии"
DQM_icon_index4_0 = 1
DQM_url4_0 = "vacansii_rus.php"
//--- Контакты ---
DQM_sub_xy5 = "-100,36"
DQM_sub_menu_width5 = 280
DQM_subdesc5_0 = "Контакты"
DQM_icon_index5_0 = 1
DQM_url5_0 = "contakt_rus.php"
*/
//----------------------------------------

function ShowPage(page) {

var x_scr = screen.width;
var y_scr = screen.height;

x_scr = x_scr / 2 - 580;
y_scr = y_scr/2 - 360;
wnd = open(page,'winmetric','width=1160,height=720,status=no,toolbar=no,menubar=no,location=no,resizable=no,left='+x_scr+',top='+y_scr);
wnd.focus();

}