
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:100px">\
<li  style="width:100px;"><a href="http://www.publicaddress.us/index.html">Home</a></li>\
\
<li  style="width:100px;"><a href="#">Artists</a>\
\
	<div><div style="width:200px;top:-25px;left:115px;"><ul style="">\
	<li ><a href="http://www.publicaddress.us/artists.html">Overview</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/alexander.html">Wick Alexander</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/bittar.html">Doris Bittar</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/brailsford.html">Robin Brailsford</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/dominguez.html">Mary Lynn Dominguez</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/emerson.html">Kim Emerson</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/gage.html">Diane Gage</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/govine.html">Gerda Govine</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/gregoire.html">Mathieu Gregoire</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/hartley.html">Kelsy Hartley</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/hersko.html">Judit Hersko</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/ituarte.html">Luis Ituarte</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/karavasiles.html">Nina Karavasiles</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/kline_d.html">Debby Kline</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/kline_l.html">Larry Kline</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/lara.html">Mario Lara</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/mancillas.html">Aida Mancillas</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/matzigkeit.html">Philip Matzigkeit</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/mudge.html">Anne Mudge</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/nye.html">Carol Nye</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/perisic.html">Petar Perisic</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/phillips.html">Ellen Phillips</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/smedley.html">Melissa Smedley</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/sucec.html">Nicki Sucec</a></li>\
	<li ><a href="http://www.publicaddress.us/artists/wallen.html">Ruth Wallen</a></li>\
	</ul></div></div></li>\
\
<li  style="width:100px;"><a href="http://www.publicaddress.us/objectives.html">Objectives</a></li>\
\
<li  style="width:100px;"><a href="http://www.publicaddress.us/membership.html">Membership</a></li>\
\
<li  style="width:100px;"><a href="http://www.publicaddressbulletin.blogspot.com/" target="new">Blog</a></li>\
\
<li  style="width:100px;"><a href="http://www.publicaddress.us/artmap.html">Art Map</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 = false
	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 = ""
	this.sub_expand_image_hover = ""
	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:none; border-style:solid; border-color:none; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#660066; text-align:left; font-family:Verdana; font-size:12px; font-weight:bold; text-decoration:none; padding-top:3px; padding-right:0px; padding-bottom:3px; padding-left:0px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:none; color:#D50000; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#CCCC66; border-style:solid; border-color:#000000; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.subs_item_styles = "color:#660066; text-align:left; font-size:12px; font-weight:regular; text-decoration:none; padding-top:3px; padding-right:3px; padding-bottom:3px; padding-left:3px; border-style:none; border-width:1px; "
	this.subs_item_hover_styles = "background-color:none; color:#D50000;"
	this.subs_item_active_styles = "text-decoration:none; "


}


