/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='C6E1C7';			// Background color when mouse is not over
	var LowSubBgColor='C6E1C7';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='333399';			// Font color when mouse is not over
	var FontSubLowColor='333399';			// Font color subs when mouse is not over
	var FontHighColor='C6E1C7';			// Font color when mouse is over
	var FontSubHighColor='C6E1C7';			// Font color subs when mouse is over
	var BorderColor='C6E1C7';			// Border color
	var BorderSubColor='C6E1C7';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=225;				// Menu offset x coordinate
	var StartLeft=-7;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span 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=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',4,8,'',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("home","index.html","",0,18,65);
            	
Menu2=new Array("current sale","current.htm","",1,18,100);
	Menu2_1=new Array("other items","sticks.htm","",0,18,100);
	
Menu3=new Array("catalogue","catalogues.htm","",0,18,85);

Menu4=new Array("sale dates","dates.htm","",0,18,85);
		
Menu5=new Array("2011 sales","previous.htm","",5,18,90);
	Menu5_1=new Array("January 2011","jan11.htm","",0,18,120);
	Menu5_2=new Array("February 2011","feb11.htm","",0,18,120);
	Menu5_3=new Array("March 2011","mar11.htm","",0,18,120);
	Menu5_4=new Array("April 2011","apr11.htm","",0,18,120);
	Menu5_5=new Array("May 2011","may11.htm","",0,18,120);
	
Menu6=new Array("previous sales","","",3,18,110);
	Menu6_1=new Array("2010 sales","2010sales.htm","",12,18,120);
		Menu6_1_1=new Array("January 2010","jan10.htm","",0,18,120);
		Menu6_1_2=new Array("February 2010","feb10.htm","",0,18,120);	
		Menu6_1_3=new Array("March 2010","mar10.htm","",0,18,120);
		Menu6_1_4=new Array("April 2010","apr10.htm","",0,18,120);
		Menu6_1_5=new Array("May 2010","may10.htm","",0,18,120);
		Menu6_1_6=new Array("June 2010","jun10.htm","",0,18,120);
		Menu6_1_7=new Array("July 2010","july10.htm","",0,18,120);
		Menu6_1_8=new Array("August 2010","aug10.htm","",0,18,120);
		Menu6_1_9=new Array("September 2010","sept10.htm","",0,18,120);
		Menu6_1_10=new Array("October 2010","oct10.htm","",0,18,120);
		Menu6_1_11=new Array("November 2010","nov10.htm","",0,18,120);
		Menu6_1_12=new Array("December 2010","dec10.htm","",0,18,120);
	Menu6_2=new Array("2009 sales","2009sales.htm","",12,18,90);
		Menu6_2_1=new Array("January 2009","jan09.htm","",0,18,120);
		Menu6_2_2=new Array("February 2009","feb09.htm","",0,18,120);	
		Menu6_2_3=new Array("March 2009","mar09.htm","",0,18,120);
		Menu6_2_4=new Array("April 2009","apr09.htm","",0,18,120);
		Menu6_2_5=new Array("May 2009","may09.htm","",0,18,120);
		Menu6_2_6=new Array("June 2009","jun09.htm","",0,18,120);
		Menu6_2_7=new Array("July 2009","july09.htm","",0,18,120);
		Menu6_2_8=new Array("August 2009","aug09.htm","",0,18,120);
		Menu6_2_9=new Array("September 2009","sept09.htm","",0,18,120);
		Menu6_2_10=new Array("October 2009","oct09.htm","",0,18,120);
		Menu6_2_11=new Array("November 2009","nov09.htm","",0,18,120);
		Menu6_2_12=new Array("December 2009","dec09.htm","",0,18,120);
	Menu6_3=new Array("2008 sales","archive.htm","",0,18,90);

Menu7=new Array("about us","contacts.htm","",1,18,75);
	Menu7_1=new Array("map","map.htm","",0,18,75);

Menu8=new Array("DHM","javascript:top.document.location.href='http://www.dingwallmart.co.uk';","",0,18,65);
	
