// Dynamic Menu System
// Developed for www.simpsongroup.com
// 18 March 2003
// Dave Stroup - dave@logicstorm.net


// Core Settings

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#CCCCCC';			// Background color when mouse is not over
	var LowSubBgColor='#CCCCCC';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='#006600';			// Font color when mouse is not over
	var FontSubLowColor='#006600';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// 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="arial"			// 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='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=140;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',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"

//	In below menu structures, replace [URL to this], with the URL to the page in the format http://url/


// Menu 1 - Foundry Industry

Menu1=new Array("Foundry Industry","","",5,20,138);
	Menu1_1=new Array("Sand Preparation","","",6,20,138);
		Menu1_1_1=new Array("Sand Preparation Overview","../sandprep/sandprep.htm","",0,20,300);
		Menu1_1_2=new Array("Simpson Mix-Muller Batch Mixer","../sandprep/mixmuller.htm","",0);
		Menu1_1_3=new Array("Simpson Multi-Mull Continuous Mixer","../sandprep/multimull.htm","",0);
		Menu1_1_4=new Array("Simpson Multi-Cooler Sand Cooler","../sandprep/multicooler.htm","",0);
		Menu1_1_5=new Array("Hartley Automatic Bond Determinator & Control","../sandprep/hartley.htm","",0);
		Menu1_1_6=new Array("Beardsley & Piper Speedmullor","../sandprep/speedmullor.htm","",0);
	Menu1_2=new Array("Sand Reclamation","","",1,20,138);
		Menu1_2_1=new Array("Simpson Proclaim","../sand_rec/sand_rec.htm","",0,20,150);
	Menu1_3=new Array("Mold Making","","",1,20,138);
		Menu1_3_1=new Array("Beardsley & Piper Matchblomatics","../moldmaking/moldmaking.htm","",0,20,200);
	Menu1_4=new Array("Core Making","","",4,20,138);
		Menu1_4_1=new Array("Core Making Overview","../coremaking/coremaking.htm","",0,20,300);
		Menu1_4_2=new Array("CSM Series Simpson Core Mixer","../coremaking/csm.htm","",0);
		Menu1_4_3=new Array("Beardsley & Piper SF Cormatic","../coremaking/sf_cormatic.htm","",0);
		Menu1_4_4=new Array("Beardsley & Piper Shell Sand Coating","../coremaking/shellsand.htm","",0);
	Menu1_5=new Array("Sand Testing","","",1,20,138);
		Menu1_5_1=new Array("Simpson Sand Laboratory Equipment","../sandtest/sandtest.htm","",0,20,300);


// Menu 2 - Chemical Processes

Menu2=new Array("Chemical Process Industries","","",3,38);
	Menu2_1=new Array("Process Mixing Overview","../processmix/processmix.htm","",0,20,250);	
	Menu2_2=new Array("Simpson Mix-Muller Batch Mixer","../processmix/mixmuller.htm","",0);
	Menu2_3=new Array("Simpson Multi-Mull Continuous Mixer","../processmix/multimull.htm","",0);
	


// Menu 3 - Services

Menu3=new Array("Services","","",5);
	Menu3_1=new Array("Services Overview","../services/services.htm","",0,20,150);
	Menu3_2=new Array("Customer Training","../services/training.htm","",0);
	Menu3_3=new Array("Parts","../services/parts.htm","",0);
	Menu3_4=new Array("Laboratory Testing","../services/lab.htm","",0);
	Menu3_5=new Array("Rental Equipment","../services/rental.htm","",0);

// Menu 4 - Library	

Menu4=new Array("Library","","",5);
	Menu4_1=new Array("Case Studies","../tech/solutions.htm","",0,20,150);
	Menu4_2=new Array("Upgrades","../tech/upgrades.htm","",0);
	Menu4_3=new Array("Technical Articles","../tech/tech.htm","",0);
	Menu4_4=new Array("Literature","../tech/literature.htm","",0);
	Menu4_5=new Array("Books","../tech/books.htm","",0);

// Menu 5 - Contacts

Menu5=new Array("Contacts","","",2);
	Menu5_1=new Array("Contact Simpson","../contacts/contact_simpson.htm","",0,20,150);
	Menu5_2=new Array("Contact Representatives","../contacts/contacts.htm","",0);

// Menu 6 - Trade Shows

Menu6=new Array("Trade Shows","../trade_shows/trade_shows.htm","",0);

// Menu 7 - News

Menu7=new Array("News","","",2);
	Menu7_1=new Array("Press Releases","../news/press.htm","",0,20,150);
	Menu7_2=new Array("Newsletters","../news/newsletters.htm","",0);

// Menu 8 - Links

Menu8=new Array("Links","../links.htm","",0);

//Menu 9 - About Simpson Group

Menu9=new Array("About Simpson Group","../aboutus/aboutus.htm","",0);
