
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:600px">\
<li  style="width:125px;"><a href="index.html">Home</a></li>\
\
<li  style="width:125px;"><a href="#">Portfolio</a>\
\
	<div><div style="width:150px;top:0px;left:0px;"><ul style="">\
	<li ><a href="overview_portfolio.html">Overview</a></li>\
	<li ><a href="#">Public Art</a>\
\
		<div><div style="width:175px;top:-15px;left:140px;"><ul style="">\
		<li ><a href="overview_publicart.html">Overview</a></li>\
		<li ><a href="vermontst_bridge.html">Vermont St. Bridge</a></li>\
		<li ><a href="frogs.html">Park of 100 Frogs</a></li>\
		<li ><a href="communityroad.html">Community Road</a></li>\
		<li ><a href="islands.html">Islands on a Common Ground</a></li>\
		<li ><a href="portal.html">Pershing Portal</a></li>\
		<li ><a href="banners.html">Adams Avenue Banners</a></li>\
		<li ><a href="missiontrails.html">Water Marks</a></li>\
		<li ><a href="northpark_elementary.html">North Park Elementary</a></li>\
		<li ><a href="medians.html">Hillcrest Medians</a></li>\
		</ul></div></div></li>\
	<li ><a href="#">Installation</a>\
\
		<div><div style="width:175px;top:-15px;left:140px;"><ul style="">\
		<li ><a href="comingsoon.html">3044</a></li>\
		<li ><a href="comingsoon.html">Remembrance Project</a></li>\
		<li ><a href="comingsoon.html">Las Comadres</a></li>\
		</ul></div></div></li>\
	<li ><a href="#">Painting</a>\
\
		<div><div style="width:100px;top:-15px;left:140px;"><ul style="">\
		<li ><a href="comingsoon.html">Artist Books</a></li>\
		<li ><a href="comingsoon.html">Painting and Drawings</a></li>\
		</ul></div></div></li>\
\
	<li ><a href="writings.html">Writings</a></li>\
	</ul></div></div></li>\
\
<li  style="width:125px;"><a href="http://www.odeo.com/channel/32358/view" target="_new">ARTiculate</a></li>\
\
<li  style="width:125px;"><a href="citizenartist.html">Citizen Artist</a></li>\
\
<li  style="width:100px;"><a href="http://thecitizenartist.blogspot.com/" target="_new">WeBlog</a></li>\
\
<li  style="width:100px;"><a href="thefridge.html">The Fridge</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 ******************
---------------------------------------------------*/

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
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "images/arrow_main.gif"
	this.main_expand_image_hover = "images/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 = "images/arrow_sub.gif"
	this.sub_expand_image_hover = "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:#999999; border-style:solid; border-color:#000000; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#ffffff; text-align:center; font-family:Verdana; font-size:12px; font-weight:bold; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:12px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:#006666; color:#ffffff; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#999999; border-style:solid; border-color:#000000; border-width:0px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "color:#ffffff; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#006666; "
	this.subs_item_active_styles = "text-decoration:none; "


}


