//HV Menu- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more
function Go(){return}
//#109410
    var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#109410';			// Background color when mouse is over
	var HighSubBgColor='#109410';			// Background color when mouse is over on subs
	var FontLowColor='#666666';			// Font color when mouse is not over
	var FontSubLowColor='#666666';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#757372';			// Border color
	var BorderSubColor='#757372';			// Border color for subs
	var BorderWidth=1;				// Border WIDTH
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,helvetica,sans-serif"	// Font family menu items
	var FontSize=10;				// Font size menu items
    var FontPtSize=8;               // BV - Font point size for Netscape
	var FontBold=0;				    // Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';	// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';		// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=160;				// Menu offset x coordinate
	var StartLeft=30;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=20;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='middle';			// Frame where first level appears
	var SecLineFrame='middle';			// Frame where sub levels appear
	var DocTargetFrame='middle';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning 
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=1;			// menu tree checking on or off 1 or 0
    var ShowArrow=1;				// Uses arrow gifs when 1
    var ShowArrowNoChildren=1;      // BV - shows arrow even if no children when 1
    var ArrowSide="left";           // BV - either 'left' or 'right'
	var KeepHilite=0;				// Keep selected path highligthed
    var HiliteArrow=1;              // BV - swap arrow if shown
    var ImgDir="/images/";           // BV - add ImgDir
  	// Arrow source right, down, left, WIDTH and height these are not used
	var Arrws=[ImgDir+'arrow_menu.gif',10,16,ImgDir+'arrow_down.gif',10,16,ImgDir+'arrow_menu_left.gif',10,16];
    // BV - Hilight arrows used if HiliteArrow=1
    var HiliteArrws=[ImgDir+'arrow_menu_hi.gif',11,16,ImgDir+'arrow_down_hi.gif',10,16,ImgDir+'arrow_menu_left_hi.gif',11,16];

// Homepage Rotating Header vars
// header div names should start with 0 index
var headerCount=5;
var headerRotationFreq = 10000;
                   
