// 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("Fysiofit Zwolle", "?menuId=1&action=1","", "left")
subMenu1[0] = new Array()
subMenu1[0][0] = new Array ("Over ons", "?menuId=1&action=15","")
subMenu1[0][1] = new Array ("Waar zitten wij?", "?menuId=1&action=29","")
subMenu1[0][2] = new Array ("Exposeren bij Fysiofit", "?menuId=1&action=39","")
Menu1[1] = new Array("Arbeid", "?menuId=55&action=21","", "left")
subMenu1[1] = new Array()
subMenu1[1][0] = new Array ("Graded Activity", "?menuId=55&action=32","")
subMenu1[1][1] = new Array ("Rug training", "?menuId=55&action=4","")
subMenu1[1][2] = new Array ("KANS", "?menuId=55&action=24","")
subMenu1[1][3] = new Array ("Stressmanagement", "?menuId=55&action=25","")
subMenu1[1][4] = new Array ("Bedrijfsfitness", "?menuId=55&action=6","")
subMenu1[1][5] = new Array ("Referenties", "?menuId=55&action=38","")
Menu1[2] = new Array("Gezond", "?menuId=28&action=20","", "left")
subMenu1[2] = new Array()
subMenu1[2][0] = new Array ("Fitness", "?menuId=28&action=3","")
subMenu1[2][1] = new Array ("Groepstraining", "?menuId=28&action=17","")
subMenu1[2][2] = new Array ("Vrije training", "?menuId=28&action=45","")
subMenu1[2][3] = new Array ("60+ training", "?menuId=28&action=5","")
subMenu1[2][4] = new Array ("Personal Training", "?menuId=28&action=0","")
subMenu1[2][5] = new Array ("Pilates", "?menuId=28&action=46","")
subMenu1[2][6] = new Array ("Nordic Walking", "?menuId=28&action=9","")
subMenu1[2][7] = new Array ("Zwangerfit en Moederfit", "?menuId=28&action=44","")
subMenu1[2][8] = new Array ("Lesrooster", "?menuId=28&action=30","")
subMenu1[2][9] = new Array ("Abonnementen", "?menuId=28&action=36","")
subMenu1[2][10] = new Array ("Proefles", "?menuId=28&action=16","")
subMenu1[2][11] = new Array ("Blessurewinkel", "?menuId=28&action=31","")
subMenu1[2][12] = new Array ("Praktijk voor Diƫtetiek", "?menuId=28&action=41","")
Menu1[3] = new Array("Werken bij ons", "?menuId=74&action=35","", "left")
subMenu1[3] = new Array()
Menu1[4] = new Array("Contact", "?menuId=38&action=12","", "left")
subMenu1[4] = new Array()
Menu1[5] = new Array("Partners", "?menuId=69&action=13","", "left")
subMenu1[5] = new Array()
/// FORMAT MENU ///
menuStyle = "flat" // Menu Style (flat, 3d)
cellPadding = "3" // Cell Padding
cellBorder = 0 // 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 = "
" // Symbol to show if a sub menu is present (subIndicate must be to set to 1)
// Use standard HTML 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 = "Black" // Border Colour (flat mode only)
borderHighlight = "#97BBD3" // Border Highlight Colour (3d mode only)
borderShadow = "#31556D" // Border Shadow Colour (3d mode only)
menuBackground = "#ededfd" // Cell Background Colour
menuHoverBackground = "#777790" // Cell Background Colour on mouse rollover
fontFace = "verdana" // Font Face
fontColour = "#000084" // Font Colour
fontHoverColour = "#ffffff" // Font Colour on mouse rollover
fontSize = "9pt" // Font Size
fontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
fontWeight = "normal" // Font Weight (normal, bold)
// Sub Menu Items
smenuWidth = "0" // Width of sub menu item. Use 0 for default
sborderColor = "Black" // Border Colour (flat mode only)
sborderHighlight = "#E9E9E2" // Border Highlight Colour (3d mode only)
sborderShadow = "#83837C" // Border Shadow Colour (3d mode only)
smenuBackground = "#777790" // Cell Background Colour
smenuHoverBackground = "#aaaac6" // Cell Background Colour on mouse rolloverr
sfontFace = "verdana" // Font Face
sfontColour = "#ffffff" // Font Colour
sfontHoverColour = "#ffffff" // Font Colour on mouse rollover
sfontSize = "9pt" // Font Size
sfontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
sfontWeight = "normal" // Font Weight (normal, bold)
quantity = 1
/// END FORMAT MENU ////
/// DO NOT EDIT BELOW THIS LINE ///
// Browser Sniffer
var isIE = (document.getElementById && document.all)?true:false;
var isNS4 = (document.layers)?true:false;
var isNS6 = (document.getElementById && !document.all)?true:false;
var timer;
var obj = (isIE)?"document.all":"document.getElementById"
// Menu Styles
function createStyles(quant){
styleBorder=(menuStyle.split(",")[quant-1].toLowerCase() == "flat")?cellBorder:0
document.writeln ('');
}
// Build and show the main menu items
function showMenus(quant,definedOrientation)
{
createStyles(quant);
if(definedOrientation!=""){orientation=definedOrientation}
if (orientation.toLowerCase() == "vertical"){document.writeln ('
| '); if (orientation.toLowerCase()=="vertical") document.writeln(' |
'+eval("subMenu"+quant)[x][y][0]+' | ');
}
else
{
document.writeln (''+eval("subMenu"+quant)[x][y][0]+' | '); } } document.writeln ('