
/* Mullet River Model Works May 1, 2007 VERSION 1.0  */

var MENU_ITEMS = [

  	['<center>About Us</center>', "http://mulletrivermodelworks.com/Pages/about.html"],

  	['<center>Our<br>Products</center>', null, null,
 		['O Scale', null, null,
 				['Buildings', "http://mulletrivermodelworks.com/Models/O_Scale/buildings.html", null],
 		 		['Rolling Stock', null, null,
 		 		  ['Boxcar Models', "http://mulletrivermodelworks.com/Models/O_Scale/boxcar.html", null],
 		 			['Caboose Models', "http://mulletrivermodelworks.com/Models/O_Scale/caboose.html", null],
 		 			['Flat Cars', "http://mulletrivermodelworks.com/Models/O_Scale/flats.html", null],			 		 		 		
 		 			['Gondolas', "http://mulletrivermodelworks.com/Models/O_Scale/gons.html", null],			 		 		 		 		 			 		 			
  			],
 		 		['Accessories', "http://mulletrivermodelworks.com/Models/O_Scale/accessories.html", null],
 		 		
 		 		['Decals', null, null,
 		 			['Box Cars', "http://mulletrivermodelworks.com/Models/O_Scale/decals_box.html", null], 		 		
 		 			['Caboose', "http://mulletrivermodelworks.com/Models/O_Scale/decals_caboose.html", null],
 		 			['Flat cars', "http://mulletrivermodelworks.com/Models/O_Scale/decals_flats.html", null],
 		 			['Gondolas', "http://mulletrivermodelworks.com/Models/O_Scale/decals_gons.html", null],
  			],
  			
 		 		['Detail Parts', null, null,
 		 			['Scenery', "http://mulletrivermodelworks.com/Models/O_Scale/detail_scenery.html", null], 		 		
 		 			['Car Parts', "http://mulletrivermodelworks.com/Models/O_Scale/detail_car.html", null],
 		 			['Detail Kits', "http://mulletrivermodelworks.com/Models/O_Scale/detail_kits.html", null],
  			],
  			  			
  			],	 		
 		['S Scale', null, null,
 		['Buildings', "http://mulletrivermodelworks.com/Models/S_Scale/buildings.html", null],
 		['Accessories', "http://mulletrivermodelworks.com/Models/S_Scale/accessories.html", null],
 		['Detail Parts', null, null,
 		 			['Scenery', "http://mulletrivermodelworks.com/Models/S_Scale/detail_scenery.html", null], 	
 		 			['Car Parts', "http://mulletrivermodelworks.com/Models/S_Scale/detail_car.html", null], 		 				 		
 		 			],
  			  ],	
 		
 		
 		['HO Scale', null, null,
 		['Buildings', "http://mulletrivermodelworks.com/Models/HO_Scale/buildings.html", null],
 		['Rolling Stock', "http://mulletrivermodelworks.com/Models/HO_Scale/caboose.html", null],
 		['Decals', "http://mulletrivermodelworks.com/Models/HO_Scale/decals.html", null],
 		['Accessories', "http://mulletrivermodelworks.com/Models/HO_Scale/accessories.html", null], 		
 		['Detail Parts', null, null,
 		 			['Scenery', "http://mulletrivermodelworks.com/Models/HO_Scale/detail_scenery.html", null],
 		 			['Car Parts', "http://mulletrivermodelworks.com/Models/HO_Scale/detail_car.html", null], 		 			 		 		
 		 			],
  			  ],		
  			  
 		['Special Runs', "http://mulletrivermodelworks.com/Models/Special/index.html", null],			 		 		

 		['Printable Catalogue', "http://mulletrivermodelworks.com/Pages/current_models.pdf", null],			 		 		
  			],  			

  	['<center>Ordering /<br>Dealers</center>', "http://mulletrivermodelworks.com/Pages/dealers.html"],
  	  							   		 			
  	['<center>Links</center>', "http://mulletrivermodelworks.com/Pages/links.html"],

  	['<center>Photos</center>', "http://mulletrivermodelworks.com/Photos/"],
				
  	['<center>Contact Us</center>', "http://mulletrivermodelworks.com/Pages/contact.html"],
  	
  	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME', "http://mulletrivermodelworks.com/"],	    		 										
	];