// Use Freely as long as following disclaimer is intact ::
//---------------------------------------------------------------
// Cross Browser Multi-Orientation Menu v1.7 10th November 2004
// This script written by Rik Comery. www.ricom.co.uk
// For support, visit the "Resources" section at www.ricom.co.uk           
// All rights reserved.   


//  MENU ITEMS ///////////////////////////////////////////////////////////////
// DUPLICATE THIS ENTIRE SECTION FOR MULTIPLE MENUS.  PLEASE SEE THE INSTRUCTIONS FILE FOR DETAILS ///////////////////////   
var Menu1 = new Array ()                                                                                                //
var subMenu1 = new Array ()                                                                                             //
                                                                                                                        //
   Menu1[0] = new Array("О Компании", "about_possib.html","_top", "right")
     subMenu1[0] = new Array()
     
   Menu1[1] = new Array("Контакты", "contact.html","_top", "right")
     subMenu1[1] = new Array()
     subMenu1[1][0] = new Array ("Схема проезда", "about_road.html","_top");
     
   Menu1[2] = new Array("Продукция", "prod_metall.html","_top", "right")
     subMenu1[2] = new Array()
     subMenu1[2][0] = new Array ("Металлопрокат", "prod_metall.html","_top");
     subMenu1[2][1] = new Array ("Отопит. приборы", "prod_heat.html","_top");
     subMenu1[2][2] = new Array ("Металлоизделия", "prod_izdelie.html","_top");
     subMenu1[2][3] = new Array ("Бытовки", "bytovki.html","_top"); 
     
   Menu1[3] = new Array("Цены", "uslugi_comp.html","_top", "right")
     subMenu1[3] = new Array()
     subMenu1[3][0] = new Array ("Металлопрокат", "price_metall.html","_top");
     subMenu1[3][1] = new Array ("Отопит. приборы", "price_heat.html","_top");
     subMenu1[3][2] = new Array ("Металлоизделия", "price_izdelie.html","_top"); 
 
    Menu1[4] = new Array("Услуги", "sklad.html","_top", "right")
     subMenu1[4] = new Array()
     subMenu1[4][0] = new Array ("Доставка", "price_trans.html","_top", "right")
     subMenu1[4][1] = new Array ("Склад", "sklad.html","_top", "right")


    Menu1[5] = new Array("Вакансии", "vacancy.html","_top", "right")
     subMenu1[5] = new Array()


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

////// FORMAT MENU  ///////////////////////////////////////////////////////////////////
menuStyle = "3d,3d"                               // Menu Style (flat, 3d)
cellPadding = "7,3"                                 // Cell Padding
cellBorder = 1                                      // Border width (for no border, enter 0)  THIS VALUE APPLIES TO ALL MENUS
verticalOffset = "2,0"                             // Vertical offset of Sub Menu. 
horizontalOffset = "0,0"                          // Horizontal offset of Sub Menu. 
subMenuDelay = 2                                    // Time sub menu stays visible for (in seconds). THIS VALUE APPLIES TO ALL MENUS
subIndicate = 1                                     // Show if a sub menu is present (use 0 for "no")  THIS VALUE APPLIES TO ALL MENUS
indicator = "<img src='images/arrow-down.gif' border='0'>" // Symbol to show if a sub menu is present (subIndicate must be to set to 1)
subMenuTransparency = "80,100"                      // Opacity of sub menus. 0 - 100.  (IE Only.)
statusBar = "0"                                     // Message shown in status bar. 
                                                    //   Type "0" to show the URL. (normal behaviour of browser)
                                                    //   Type "1" to show the menu title
                                                    //   Type anything else to show a custom message.                                                   

                                                    
// Main Menu Items
menuWidth = "147,0"                        // Width of menu item.  Use 0 for default
borderColor = "DAD669,#006633"            // Border Colour (flat mode only)
borderHighlight = "#97BBD3,#EDEDED"      // Border Highlight Colour (3d mode only)
borderShadow = "#31556D,#31556D"         // Border Shadow Colour (3d mode only)
menuBackground = "DAD669,#669900"       // Cell Background Colour
menuHoverBackground = "374EA2,#BED691"    // Cell Background Colour on mouse rollover
fontFace = "arial,Verdana"               // Font Face
fontColour = "black, #FFFFFF"          // Font Colour
fontHoverColour = "white, #669900"     // Font Colour on mouse rollover
fontSize = "9pt,10pt"                    // Font Size
fontDecoration = "none, none"            // Style of the link text (none, underline, overline, line-through)
fontWeight = "bold, bold"              // Font Weight (normal, bold)

// Sub Menu Items
smenuWidth = "141,0"                       // Width of sub menu item.  Use 0 for default
sborderColor = "Black,#FFFFFF"           // Border Colour (flat mode only)
sborderHighlight = "#E9E9E2,#EDEDED"     // Border Highlight Colour (3d mode only)
sborderShadow = "#83837C,#31556D"        // Border Shadow Colour (3d mode only)
smenuBackground = "DAD669,#BED691"        // Cell Background Colour
smenuHoverBackground = "374EA2,#669900" // Cell Background Colour on mouse rolloverr
sfontFace = "arial,verdana"              // Font Face
sfontColour = "black,#669900"          // Font Colour
sfontHoverColour = "white,#FFFF00"     // Font Colour on mouse rollover
sfontSize = "8pt,10pt"                   // Font Size
sfontDecoration = "none,none"            // Style of the link text (none, underline, overline, line-through)
sfontWeight = "bold,bold"              // Font Weight (normal, bold)

quantity = 2
////// END FORMAT MENU  ///////////////////////////////////////////////////////////////////
