var NoOffFirstLineMenus=8;          // Number of first level items

var LowBgColor='#970000';           // Background color when mouse is not over

var LowSubBgColor='#970000';         // Background color when mouse is not over on subs

var HighBgColor='FFCC66';           // Background color when mouse is over

var HighSubBgColor='FFCC66';           // Background color when mouse is over on subs

var FontLowColor='white';           // Font color when mouse is not over

var FontSubLowColor='white';            // Font color subs when mouse is not over

var FontHighColor='black';          // Font color when mouse is over

var FontSubHighColor='black';           // Font color subs when mouse is over

var BorderColor='#970000';          // Border color

var BorderSubColor='black';         // Border color for subs

var BorderWidth=1;              // Border width

var BorderBtwnElmnts=1;         // Border between elements 1 or 0

var FontFamily="Times New Roman, Georgia, Times"    // Font family menu items

var FontSize=9;             // 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='left';            // Menu horizontal position 'left', 'center' or 'right'

var MenuVerticalCentered='top';     // Menu vertical position 'top', 'middle' or 'bottom'

var ChildOverlap=.1;                // horizontal overlap child/ parent

var ChildVerticalOverlap=.1;            // vertical overlap child/ parent

var StartTop=0;             // Menu offset x coordinate

var StartLeft=140;              // Menu offset y coordinate

var VerCorrect=0;               // Multiple frames y correction

var HorCorrect=3;               // Multiple frames x correction

var LeftPaddng=7;               // Left padding

var RightPaddng=5;              //Right padding

var TopPaddng=2;                // Top padding

var FirstLineHorizontal=1;          // First level items layout horizontal 1 or 0

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='MyFrameOne';            // Frame where first level appears

var SecLineFrame='MyFrameTwo';          // Frame where sub levels appear

var DocTargetFrame='MyFrameTwo';            // Frame where target documents appear

var TargetLoc='';               // DIV id for relative positioning (refer to config.htm for info)

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

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","welcome.asp","",0,20,45,"MyFrameTwo");


Menu2=new Array("News","cmdyNews.asp","",0,20,45,"MyFrameTwo");


Menu3=new Array("The Group","","",2,20,90,"MyFrameTwo");


Menu3_1=new Array("About the Group","aboutcrisp.html","",8,20,130,"MyFrameTwo");

Menu3_1_1=new Array("Alloa","alloa.html","",0,20,110,"MyFrameTwo");
Menu3_1_2=new Array("Ditchingham","ditching.html","",0,null,null,"MyFrameTwo");
Menu3_1_3=new Array("Great Ryburgh","greatry.html","",0,null,null,"MyFrameTwo");
Menu3_1_4=new Array("Mistley","mistley.html","",0,null,null,"MyFrameTwo");
Menu3_1_5=new Array("Portgordon","portg.html","",0,null,null,"MyFrameTwo");
Menu3_1_6=new Array("History","history.html","",0,null,null,"MyFrameTwo");
Menu3_1_7=new Array("People","people.html","",0,null,null,"MyFrameTwo");
Menu3_1_8=new Array("Crisp Award","CrispAward.html","",0,null,null,"MyFrameTwo");
Menu3_1_9=new Array("Environment","environment.html","",0,null,null,"MyFrameTwo");

Menu3_2=new Array("Location Maps","crispmap.html","",0,null,null,"MyFrameTwo");


Menu4=new Array("Products","","",3,20,80,"MyFrameTwo");

Menu4_1=new Array("The Malting Process","MaltingProcess.html","",0,20,130,"MyFrameTwo");

Menu4_2=new Array("Barley Malts","cmdyMalt.asp","",0,20,130,"MyFrameTwo");

Menu4_3=new Array("Specialist Malts","specialmalts.html","",0,null,null,"MyFrameTwo");

Menu5=new Array("Distribution","distribution.html","",0,20,90,"MyFrameTwo");

Menu6=new Array("Raw Materials","rawmaterials.html","",2,20,100,"MyFrameTwo");

Menu6_1=new Array("Crop Report","barley.html","",0,20,130,"MyFrameTwo");
Menu6_2=new Array("Terms & Conditions","barleytandc.html","",0,20,130,"MyFrameTwo");

Menu7=new Array("Quality Assurance","","",4,20,120,"MyFrameTwo");

Menu7_1=new Array("Management Systems","managementsystems.html","",0,20,130,"MyFrameTwo");

Menu7_2=new Array("QA & QC","qa-qc.html","",0,20,130,"MyFrameTwo");

Menu7_3=new Array("Research","research.html","",0,20,130,"MyFrameTwo");

Menu7_4=new Array("Toolbox","toolbox.html","",0,20,130,"MyFrameTwo");

Menu8=new Array("Contact Us","cmcontact.asp","",0,20,115,"MyFrameTwo");