// Use Freely as long as following disclaimer is intact ::
//---------------------------------------------------------------
// Cross Browser Multi-Orientation Menu v1.5 17th August 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.   
// Featured in the SimplytheBest DHTML Scripts Library at http://simplythebest.net/scripts/

//  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("Däckservice", "service.htm","_top", "right")
     subMenu1[0] = new Array()

   Menu1[1] = new Array("4-hjulsinställning", "fyrhj.htm","_top", "right")
     subMenu1[1] = new Array()

   Menu1[2] = new Array("Däck & Fälgar", "dack.htm","_top", "right")
     subMenu1[2] = new Array()
     subMenu1[2][0] = new Array ("Vinterdäck", "vinter.htm","_top")
     subMenu1[2][1] = new Array ("Sommardäck", "sommar.htm","_top")
     subMenu1[2][2] = new Array ("Fälgar", "falg.htm","_top")

   Menu1[3] = new Array("Erbjudanden", "erbjudande.htm","_top", "right")
     subMenu1[3] = new Array()

   Menu1[4] = new Array("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sponsring&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "ovrigt.htm","_top", "right")
     subMenu1[4] = new Array()

   



	
/// FORMAT MENU  ///
menuStyle = "3d"                                  // Menu Style (flat, 3d)
cellPadding = "6"                                   // Cell Padding
cellBorder = 1                                      // Border width (for no border, enter 0)  THIS VALUE APPLIES TO ALL MENUS
verticalOffset = "0"                                // Vertical offset of Sub Menu. 
horizontalOffset = "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)
                                                    // Use standard HTML <img> tag. You can use a character instead of an image. 
                                                    // e.g.      indicator = ">"
// Main Menu Items
menuWidth = "0"                  // Width of menu item.  Use 0 for default
borderColor = "#8c8a8a"            // Border Colour (flat mode only)
borderHighlight = "#FFFFFF"      // Border Highlight Colour (3d mode only)
borderShadow = "#FFFFFF"         // Border Shadow Colour (3d mode only)
menuBackground = "#8c8a8a"       // Cell Background Colour
menuHoverBackground = "#8c8a8a"    // Cell Background Colour on mouse rollover
fontFace = "Verdana"               // Font Face
fontColour = "#FFFFFF"           // Font Colour
fontHoverColour = "#000000"      // Font Colour on mouse rollover
fontSize = "8pt"                 // Font Size
fontDecoration = "none"          // Style of the link text (none, underline, overline, line-through)
fontWeight = "bold"            // Font Weight (normal, bold)

// Sub Menu Items
smenuWidth = "0"                 // Width of sub menu item.  Use 0 for default
sborderColor = "#FFFFFF"           // Border Colour (flat mode only)
sborderHighlight = "#FFFFFF"     // Border Highlight Colour (3d mode only)
sborderShadow = "#FFFFFF"        // Border Shadow Colour (3d mode only)
smenuBackground = "#8c8a8a"        // Cell Background Colour
smenuHoverBackground = "#8c8a8a" // Cell Background Colour on mouse rolloverr
sfontFace = "Verdana"              // Font Face
sfontColour = "#FFFFFF"          // Font Colour
sfontHoverColour = "#000000"     // Font Colour on mouse rollover
sfontSize = "8pt"                // Font Size
sfontDecoration = "none"         // Style of the link text (none, underline, overline, line-through)
sfontWeight = "bold"           // Font Weight (normal, bold)

quantity = 1
/// END FORMAT MENU  ////

