

/**********************************************************************************************

                               Button Bar Items and Content

**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new button, you may add as many as you wish.  Terminate each line with 
               a backslash '\'.

     Warning:  Double check that there are no extra white spaces after your terminating '\' backslashes, the bar will fail to
               load if there are extra spaces present.

*/


document.write("\
\
<div style='position:relative;display:none;z-index:0;'><ul id='buttonbar0'>\
\
	<li><a href='about.html' target='mainFrame'>About Us</a></li>\
\
	<li><a href='http://www.facebook.com/album.php?aid=3764&id=100000098839273&l=fed6667a2e' target='_blank'>¿What's up?</a></li>\
\
	<li><a href='mhstaff.html' target='mainFrame'>Staff/Contacts</a></li>\
\
	<li><a href='youth.html' target='mainFrame'>Youth</a></li>\
\
	<li><a href='adults.html' target='mainFrame'>Adults</a></li>\
\
	<li><a href='missions.html' target='mainFrame'>Missions</a></li>\
\
	<li><a href='potluck.html' target='mainFrame'>Pot Luck (etc.)</a></li>\
\
	<li><a href='mhlinks.htm' target='mainFrame'>MHUMC Links</a></li>\
\
<div style='clear:left;'></div></ul></div>\
\
");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function buttonbardata0()
{


    /*---------------------------------------------
    Orientation and Item Widths
    ---------------------------------------------*/


	this.is_horizontal = false

	this.item_width = 105




    /*---------------------------------------------
    Container Settings
    ---------------------------------------------*/


	this.container_border_width = "0px"
	this.container_border_style = "solid"
	this.container_styles = ""
	


    /*---------------------------------------------
    Item Settings
    ---------------------------------------------*/


	this.item_padding = "5px,5px,5px,5px"

	
  

	this.item_styles =            "text-align:left;			\
                                       text-decoration:none;			\
                                       font-weight:bold;			\
                                       font-family:Arial;			\
                                       font-size:12px;				\
                                       color:#993300;				\
                                       border-style:none;			\
                                       border-width:0px;			"




	this.item_hover_styles =      "text-align:left;			\
                                       text-decoration:underline;		\
                                       font-weight:bold;			\
                                       font-family:Arial;			\
                                       font-size:12px;				\
                                       background-color:#993300;		\
                                       color:#ffcc66;				\
                                       border-style:none;			\
                                       border-width:0px;			"




	//To use the active state remove the comment tags (/* && */)

	

	/*this.item_active_styles =     "text-align:right;			\
                                       text-decoration:none;			\
                                       font-weight:normal;			\
                                       font-family:Arial;			\
                                       font-size:12px;				\
                                       color:#ffcc66;				\
                                       border-style:none;			\
                                       border-width:0px;			"
*/
	

}


