
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:390px" style="height:30px">\
<li  style="width:60px;"><a href="http://www.californiawrestlinghalloffame.com/" target="_new">Home</a></li>\
<li  style="width:150px;"><a href="http://www.californiawrestlinghalloffame.com/pages/banquet_info" target="_new">Banquet Information</a></li>\
\
<li  style="width:140px;"><a href="" target="_new">HOF Links</a>\
\
\
	<div><ul style="width:140px;top:;left:;"><div style="">\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/board.html" target="_new">HOF Board</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/history.html" target="_new">HOF History</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/mission.html" target="_new">HOF Mission</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/nomination.html" target="_new">Nomination Process</a></li>\
	</div></ul></div></li>\
\
<li  style="width:130px;"><a href="" target="_new">Past Inductees</a>\
\
	<div><ul style="width:126px;top:;left:;"><div style="">\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/1997.html" target="_new">1997</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2000.html" target="_new">2000</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2001.html" target="_new">2001</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2002.html" target="_new">2002</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2003.html" target="_new">2003</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2004.html" target="_new">2004</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2005.html" target="_new">2005</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2006.html" target="_new">2006</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2007.html" target="_new">2007</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2008.html" target="_new">2008</a></li>\
	<li ><a href="http://www.californiawrestlinghalloffame.com/pages/2009.html" target="_new">2009</a></li>\
	</div></ul></div></li>\
	\
\
	</div></ul></div></li>\
\
<div style="clear:left;"></div></ul></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 ******************
---------------------------------------------------*/


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 = "arrow_main.gif"
	this.main_expand_image_hover = "arrow_main.gif"
	this.main_expand_image_width = "0"
	this.main_expand_image_height = "5"
	this.main_expand_image_offx = "-5"
	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 = "background-color:#330000; border-style:solid; border-color:#330000; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#ffeb96; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:0px; padding-right:5px; padding-bottom:0px; padding-left:12px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:#ffeb96; color:#000000; "
	this.main_item_active_styles = "text-decoration:underline; "


	//Sub Menu

	this.subs_container_styles = "background-color:#330000; border-style:solid; border-color:#000000; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "color:#ffeb96; 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:#ffeb96; "
	this.subs_item_active_styles = "text-decoration:underline; "


}


