
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:875px">\
\
<li  style="width:125px; height: 30px;"><a href="http://www.xtremestainless.com/index.php">Home</a></li>\
\
<li  style="width:125px;"><a href="http://www.xtremestainless.com/aboutus.php">About Us</a>\
\
	<div><div style="width:117px; top:0px; left:4px;"><ul style="">\
	<li ><a href="http://www.xtremestainless.com/aboutus.php">Overview</a></li>\
	<li ><a href="http://www.xtremestainless.com/careers.php">Careers</a></li>\
	</ul></div></div></li>\
\
<li  style="width:125px;"><a href="http://www.xtremestainless.com/capabilities.php">Capabilities</a>\
\
	<div><div style="width:131px; top:0px; left:4px;"><ul style="">\
	<li ><a href="http://www.xtremestainless.com/capabilities.php">Overview</a></li>\
	<li ><a href="http://www.xtremestainless.com/waterjet.php">Waterjet Cutting</a>\
			<div><div style="width:115px; top:-18px; left:117px;"><ul style="">\
			<li ><a href="http://www.xtremestainless.com/waterjet.php">Overview</a></li>\
			<li ><a href="http://www.xtremestainless.com/waterjet.php">Signs</a></li>\
			<li ><a href="http://www.xtremestainless.com/waterjet.php">Prototyping</a></li>\
			<li ><a href="http://www.xtremestainless.com/waterjet.php">Art & Sculpture</a></li>\
			<li ><a href="http://www.xtremestainless.com/waterjet.php">Architecture</a></li>\
			<li ><a href="http://www.xtremestainless.com/waterjet.php">Machining/OEM</a></li>\
			<li ><a href="http://www.xtremestainless.com/waterjet.php">Plate Processing</a></li>\
			</ul></div></div></li>\
	</ul></div></div></li>\
\
<li  style="width:125px;"><a href="http://www.xtremestainless.com/gallery/index.php">Project Gallery</a></li>\
\
<li  style="width:125px;"><a href="http://www.xtremestainless.com/resources.php">News & Resources</a></li>\
\
<li  style="width:125px;"><a href="http://www.xtremestainless.com/contact.php">Contact Us</a>\
\
	<div><div style="width:120px; top:0px; left:4px;"><ul style="">\
	<li ><a href="http://www.xtremestainless.com/contact.php">Contact Us Form</a></li>\
	<li ><a href="http://www.xtremestainless.com/directions.php">Driving Directions</a></li>\
	</ul></div></div></li>\
\
<li  style="width:125px;"><a href="http://www.xtremestainless.com/sitemap.php">SiteMap</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		//turns the visual design pad option on or off

	this.main_is_horizontal = true					//Change to false for vertical menu
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	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 = "http://www.xtremestainless.com/images/arrow_sub.gif"
	this.sub_expand_image_hover = "http://www.xtremestainless.com/images/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 = "background-color: #transparent; border: 0px; padding: 0px; "
	this.main_item_styles = "color: #fff; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration: none; padding: 4 2 4 2px; margin: 0 4 0 4px; border: 2px solid #155CA0; background-color: #ABABAB;"
	this.main_item_hover_styles = "background-color:#155CA0; color:#fff; border: 2px solid #ABABAB;"
	this.main_item_active_styles = "text-decoration: none;"


	//Sub Menu

	this.subs_container_styles = "background-color: #155CA0; border: 1px solid #ABABAB; padding: 4px;"
	this.subs_item_styles = "color: #fff; background-color: #155CA0; text-align:left; font-size:11px; font-weight: bold; text-decoration:none; padding: 2px; border: 0px;"
	this.subs_item_hover_styles = "background-color: #fff; color:#155CA0; border: 0px;"
	this.subs_item_active_styles = "text-decoration: none;"


}


