
document.write('\
\
\
<div><div><div style="display:none;"><ul id="imenus0" style="width:760px">\
<li  style="width:126px;margin-top: -15px; margin-bottom: -10px;margin-left:"><a href="../mobile-kitchens/">Mobile Kitchens</a></li>\
\
	<div><div style="width:200px;margin-top:10px;left:;"><ul style="">\
	<li><a href="../mobile-kitchens/cooking-trailers.asp">Cooking Trailers</a></li>\
	<li><a href="../mobile-kitchens/food-prep-trailers.asp">Food Prep Trailers</a></li>\
	<li><a href="../mobile-kitchens/dish-washing-trailer.asp">Dishwashing Trailers</a></li>\
	<li><a href="../mobile-kitchens/pot-washing-trailer.asp">Pot Washing Trailers</a></li>\
	<li><a href="../mobile-kitchens/schematics.asp">Schematics</a></li>\
	</ul></div></div></li>\
\
<li  style="width:126px;margin-top: -15px; margin-bottom: -10px;margin-left:"><a href="../appliances">Appliances</a></li>\
\
\
<li  style="width:126px;margin-top: -15px; margin-bottom: -10px;margin-left:"><a href="../dining-facilities/">Dining Facilities</a></li>\
\
<li  style="width:126px;margin-top: -15px; margin-bottom: -10px;left-margin:"><a href="../Services">Services</a></li>\
\
<li  style="width:126px;margin-top: -15px; margin-bottom: -10px;left-margin:"><a href="../projects">Project Types</a></li>\
\
<li  style="width:126px;margin-top: -15px; margin-bottom: -10px;left-margin:"><a href="../about/equipment-gallery.asp">Gallery</a></li>\
</ul><div style="clear:left;"></div></div></div></div>\
\
\
')






/*

          Tips & Tricks

             1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
                the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
                match for the menu to work, multiple menus may be used on a single page by adding new sections 
                with new id's.

             2: To specifically define settings for an individual item or container, apply classes or inline styles
                directly to the UL and A tags in the HTML tags which define your menus structure and links above.

             3: Use the parameter options below to define borders and padding.  Borders and padding specified
                within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
                some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
 	//Unlock Statements

	list7 = true


function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	/*this.main_expand_image = 'arrow_main.gif'
	this.main_expand_image_hover = 'arrow_main.gif'
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '-1'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = 'arrow_sub.gif'
	this.sub_expand_image_hover = 'arrow_sub.gif'
	this.sub_expand_image_width = '10'
	this.sub_expand_image_height = '13'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '0'*/







   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "padding:0px; "
	this.main_item_styles = "color:#ffffff; text-align:center; font-family:Arial; font-size:10pt; font-weight:bold; font-style:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:0px; padding:0px 5px; "
	this.main_item_hover_styles = "text-decoration:underline; "
	this.main_item_active_styles = "text-decoration:none; "



	//Sub Menu

	this.subs_container_styles = "background-color:#cc0000; border-style:solid; border-color:#ffffff; border-width:1px; padding:5px; margin:0px; "
	this.subs_item_styles = "color:#ffffff; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "background-color:#000066; "
	this.subs_item_active_styles = "text-decoration:underline; "




}

