 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=1;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="";			// Background color when mouse is not over
	var HighBgColor="";			// Background color when mouse is over
	var FontLowColor="#000000";			// Font color when mouse is not over
	var FontHighColor="#ffffff";			// Font color when mouse is over
	var BorderColor="";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=2;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="arial";	// Font family menu items
	var FontSize=12;				// 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 can be: left, center, right
	var MenuVerticalCentered="static";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.025;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;			// vertical overlap child/ parent
	var StartTop=100;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=10;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=-50;				// Multiple frames y correction
	var HorCorrect=.010;				// Multiple frames x correction
	var DistFrmFrameBrdr=1;			// Distance between main menu and frame border
	var LeftPaddng=5;				// Left padding
	var TopPaddng=-1;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",10,11,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//																																						"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// MenuX=new Array(" Text   ","Link","BG",number of sub elements,height,width,"bgcolor","bghighcolor",
//																																						"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("","index.htm","menu-logo.gif",12,320,94,"","","","","","",-1,-1,-1,"","");
Menu1_1=new Array("Home","index.htm","",0,20,180,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
Menu1_2=new Array("About Us","","",3,0,150,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_2_1=new Array("Our History","DOP-1.htm","",0,20,180,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_2_2=new Array("Board of Directors","DOP-2.htm","",0,20,180,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
    		Menu1_2_3=new Array("Our Mission Statement","DOP-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
Menu1_3=new Array("Upcoming Appearances","DOP-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu The Layout
Menu1_4=new Array("The Layout","","",6,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Modular design
	      Menu1_4_1=new Array("Modular design","","",3,20,150,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
         				Menu1_4_1_1=new Array("Main Line Modules","MD-1.htm","",0,20,150,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
       					Menu1_4_1_2=new Array("The Curve Module","MD-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
       					Menu1_4_1_3=new Array("The Scenery Modules","MD-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
   		  Menu1_4_2=new Array("Layout Diagrams","MD-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
   		  Menu1_4_3=new Array("Main Line","MD-5.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
   		  Menu1_4_4=new Array("Slow Down","MD-6.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
   		  Menu1_4_5=new Array("Yard","MD-7.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
   		  Menu1_4_6=new Array("Control Tower","MD-8.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu The Scenery
Menu1_5=new Array("The Scenery","","",6,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Industrial
	      Menu1_5_1=new Array("Industrial","","",21,20,150,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_1=new Array("Brewery","SI-1.htm","",0,20,200,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_2=new Array("Coca Cola bottling plant","SI-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_1_3=new Array("Distillery","SI-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_1_4=new Array("Fertilizer Plant","SI-5.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_5=new Array("Gas Plant","SI-6.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_1_6=new Array("Grainary","SI-7.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_1_7=new Array("Locomotive Repair Shop","SI-9.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_1_8=new Array("Lumber and Milling","SI-10.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_1_9=new Array("Machine Shop","SI-11.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"",""); 					
                Menu1_5_1_10=new Array("Madd Kowe Meat Processing","SI-12.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_11=new Array("Manhole Repair","SI-13.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_1_12=new Array("Gas Plant","SI-14.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_13=new Array("Mining","SI-15.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_1_14=new Array("Oil Refinery","SI-17.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_15=new Array("Oil Rigs","SI-18.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_16=new Array("Oil Tanks","SI-19.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_17=new Array("Speeder Shop","SI-21.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_18=new Array("Tractor Sales","SI-23.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_19=new Array("Transformers","SI-24.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_1_20=new Array("Wood Chopper","SI-25.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_1_21=new Array("Wrecking Company","SI-26.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Main Street USA
	     	Menu1_5_2=new Array("Main Street USA","","",30,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
           			Menu1_5_2_1=new Array("Airplane Park","MS-1.htm","",0,20,190,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
           			Menu1_5_2_2=new Array("Baseball Under Lights","MS-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"",""); 
               	Menu1_5_2_3=new Array("Chicago's 'EL' (elevated railway)","MS-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_4=new Array("Christmas House","MS-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_5=new Array("Church Wedding","MS-5.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
           			Menu1_5_2_6=new Array("City Park","MS-6.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_7=new Array("Circus & Side Shows","MS-7.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_8=new Array("Circus Parade","MS-26.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_9=new Array("Dancing Waters","MS-8.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_2_10=new Array("Diner","MS-9.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_11=new Array("Dogs & Snake","MS-10.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_2_12=new Array("Drive-in Movie","MS-27.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_13=new Array("Haunted House","MS-11.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_2_14=new Array("Joy's 'Double Dipper' Ice Cream","MS-12.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_15=new Array("Kory's Korner Pets","MS-13.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_2_16=new Array("Miniature Railroad","MS-14.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_2_17=new Array("Movie Parking","MS-28.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_2_18=new Array("Movie Sound Stages","MS-29.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
           			Menu1_5_2_19=new Array("Newsstand & Hitchhiker","MS-15.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_2_20=new Array("Nursery","MS-16.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_21=new Array("Old Folks Home","MS-17.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_2_22=new Array("Produce Stand","MS-18.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_2_23=new Array("Rialto Theatre","MS-19.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_2_24=new Array("Tee Pee Motel","MS-20.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_2_25=new Array("Top Cat Limo's","MS-30.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_2_26=new Array("Trailer Park","MS-21.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_2_27=new Array("Tree House","MS-22.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_2_28=new Array("Trolley Park","MS-23.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_2_29=new Array("Victorian Mansion","MS-24.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
              	Menu1_5_2_30=new Array("Volunteer Fire Dept","MS-25.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Old West
				Menu1_5_3=new Array("Old West","","",8,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_3_1=new Array("Apache Indians","OW-1.htm","",0,20,150,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_3_2=new Array("Calico","OW-6.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_3_3=new Array("Church & Hotel","OW-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_3_4=new Array("Del Oro's Cemetery","OW-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_3_5=new Array("Hopi Indian Dancers","OW-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
                Menu1_5_3_6=new Array("Old Mexico....","OW-5.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_3_7=new Array("Prairie Dogs","OW-8.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
               	Menu1_5_3_8=new Array("Wagon Repair","OW-7.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Stations
				Menu1_5_4=new Array("Stations","","",4,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_4_1=new Array("Del Oro Yellow","S-1.htm","",0,20,150,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_4_2=new Array("Old West Platform","S-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_4_3=new Array("Santa Anita","S-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_4_4=new Array("Taipo Market","S-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Trackside Details
				Menu1_5_5=new Array("Trackside Details","","",28,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
              	Menu1_5_5_1=new Array("Aerial Tower","TD-1.htm","",0,20,150,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_5_2=new Array("Accident","TD-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_5_3=new Array("Back Drops","TD-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_5_4=new Array("Billboards","TD-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_5=new Array("Corn Fields","TD-5.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_6=new Array("Crack Fillers","TD-6.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_7=new Array("Duck Pond","TD-7.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_8=new Array("Farm Equipment","TD-8.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_5_9=new Array("Fences & Walls","TD-9.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_5_10=new Array("Hobo Camp & Waterfall","TD-10.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
           			Menu1_5_5_11=new Array("Mailboxes","TD-11.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_5_12=new Array("Mine Cave-in","TD-12.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
         				Menu1_5_5_13=new Array("Mining Operation","TD-13.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_5_14=new Array("MOW yard","TD-14.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_15=new Array("Oil Tanks","TD-15.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_5_16=new Array("Railroad Salvage","TD-16.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_17=new Array("Signal Bridges","TD-17.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_5_18=new Array("Signs","TD-18.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_5_19=new Array("Snowplows","TD-19.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_20=new Array("Switch Stands","TD-20.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
         				Menu1_5_5_21=new Array("Switch Tower","TD-21.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_22=new Array("Telephone Poles","TD-22.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_23=new Array("Trees","TD-23.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_24=new Array("Transformers","TD-24.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_5_25=new Array("Tunnel","TD-25.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_5_26=new Array("Vehicles","TD-26.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
          			Menu1_5_5_27=new Array("Water Tower","TD-27.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
         				Menu1_5_5_28=new Array("Yosemite Tower","TD-28.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Wilderness
        Menu1_5_6=new Array("Wilderness","","",3,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
            		Menu1_5_6_1=new Array("Campground","W-1.htm","",0,20,150,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
             		Menu1_5_6_2=new Array("Forest Fire","W-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
           			Menu1_5_6_3=new Array("Helicopter Rescue","W-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Locomotives
Menu1_6=new Array("Locomotives","","",6,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_6_1=new Array("Diesel Locomotives","L-1.htm","",0,20,175,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_6_2=new Array("Electric Locomotives","L-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_6_3=new Array("Steam Locomotives (Part 1)","L-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_6_4=new Array("Steam Locomotives (Part 2)","L-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_6_5=new Array("Steam Locomotives (Part 3)","L-5.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_6_6=new Array("Other Motive Power","L-6.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Rolling stock
Menu1_7=new Array("Rolling stock","","",4,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
      	Menu1_7_1=new Array("Cabeese","RS-1.htm","",0,20,170,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
    		Menu1_7_2=new Array("Freight Cars","RS-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
     		Menu1_7_3=new Array("Maintenance of Way Cars","RS-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
     		Menu1_7_4=new Array("Passenger Cars","RS-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Examples of Weathering
Menu1_8=new Array("Weathering Techniques","","",5,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
     		Menu1_8_1=new Array("Joe Jackson","WT-1.htm","",0,20,150,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
     		Menu1_8_2=new Array("George Konrad","WT-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
     		Menu1_8_3=new Array("Dean Lowe","WT-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
     		Menu1_8_4=new Array("Mac McCalla","WT-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
     		Menu1_8_5=new Array("John McGyer","WT-5.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
Menu1_9=new Array("Setup and Teardown Photos...","DOP-5.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");			
Menu1_10=new Array("Email Us","DOP-6.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
// menu Past Show Photos
Menu1_11=new Array("Past Show Photos","","",9,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_11_1=new Array("Anaheim Convention Center","PSP-1.htm","",0,20,240,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_11_2=new Array("Big Train Show","PSP-2.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_11_3=new Array("California State Railroad Museum","PSP-3.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_11_4=new Array("Costa Mesa Great Train Expo","PSP-4.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_11_5=new Array("Del Mar","PSP-5.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_11_6=new Array("Knott's Berry Farm","PSP-6.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_11_7=new Array("Pomona fairplex - The Great Train Expo","PSP-7.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_11_8=new Array("Santa Ana Zoo","PSP-8.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
        Menu1_11_9=new Array("Other Shows","PSP-9.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
Menu1_12=new Array("Favorite Links","DOP-7.htm","",0,0,0,"#c0c0c0","gray","","","#000000","",-1,-1,-1,"","");
