/*
DHTML Menu version 3.3.19
Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.

menunum=0;
menus=new Array();
_d=document;
function addmenu(){
	menunum++;
	menus[menunum]=menu;
}

function dumpmenus(){
	mt="<script language=javascript>";
	for(a=1;a<menus.length;a++){
		mt+=" menu"+a+"=menus["+a+"];"
	}
	mt+="<\/script>";_d.write(mt)
}

// Please leave the above line intact.

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#752500', Direction=135, Strength=-1)"
}
else
{
	effect = "Shadow(color='#752500', Direction=135, Strength=0)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// Time delay to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=5;		// Sub menu offset Top position 
suboffset_left=5;		// Sub menu offset Left position
closeOnClick = true

graymenu=[				// graymenu is an array of properties.
"FAE698",				// Mouse Off Font Color
"752500",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"752500",				// Mouse On Background Color
"FFFFFF",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial, Helvetica",		// Font Name
5,						// Menu Item Padding
"",			// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator bar
"e6e6e6",				// 3D High Color
"5a5a5a",				// 3D Low Color
,						// Current Page Item Font Color (leave blank to disable)
,						// Current Page Item Background Color (leave blank to disable)
,						// Top Bar image (Leave blank to disable)
,						// Menu Header Font Color (Leave blank if not needed)
,						// Menu Header Background Color (Leave blank if not needed)
"EFCE52",				// Menu Item Separator Color
]