

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

                               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='/churches.shtml'>Churches<BR><BR></a></li>\
\
	<li><a href='/index.shtml'>Featured Businesses</a></li>\
\
	<li><a href='/ac.shtml'>Air Conditioning / Heating</a></li>\
\
	<li><a href='/autorepair.shtml'>Auto Repair & Service</a></li>\
\
	<li><a href='/autosales.shtml'>Auto Sales</a></li>\
\
    <li><a href='/carpetclean.shtml'>Carpet & Floor Cleaning</a></li>\
\
    <li><a href='/contract.shtml'>Contracting Companies</a></li>\
\
    <li><a href='/denists.shtml'>Dentists & Orthodontists</a></li>\
\
	<li><a href='/financial.shtml'>Financial Services</a></li>\
\
	<li><a href='/flooring.shtml'>Flooring</a></li>\
\
	<li><a href='/florists.shtml'>Florists</a></li>\
\
	<li><a href='/funeral.shtml'>Funeral Services</a></li>\
\
	<li><a href='/baskets.shtml'>Gift Baskets</a></li>\
\
	<li><a href='/graphicartist.shtml'>Graphic Artists</a></li>\
\
	<li><a href='/healthwellness.shtml'>Health & Wellness</a></li>\
\
    <li><a href='/homeimp.shtml'>Home Improvement</a></li>\
\
    <li><a href='/homestage.shtml'>Home Staging and Design</a></li>\
\
    <li><a href='/insurance.shtml'>Insurance</a></li>\
\
    <li><a href='/landscape.shtml'>Landscaping</a></li>\
\
    <li><a href='/paint.shtml'>Painters</a></li>\
\
    <li><a href='/promo.shtml'>Promotional Products</a></li>\
\
    <li><a href='/realestate.shtml'>Realtors</a></li>\
\
    <li><a href='/restaurants.shtml'>Restuarants / Cafes / Diners</a></li>\
\
    <li><a href='/screenprint.shtml'>Screenprinting</a></li>\
\
    <li><a href='/signs.shtml'>Signs & Banners</a></li>\
\
    <li><a href='/tshirts.shtml'>T-shirts</a></li>\
\
    <li><a href='/windows.shtml'>Windows</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 = 150




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


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


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


	this.item_padding = "2px,0px,0px,0px"

	
  

	this.item_styles =            "text-align:center;			\
                                       text-decoration:none;			\
                                       font-weight:normal;			\
                                       font-family:Arial;			\
                                       font-size:15px;				\
                                       background-color:#0160D4;		\
                                       color:#FFFFFF;				\
                                       border-style:none;			\
                                       border-width:0px;			"




	this.item_hover_styles =      "text-align:center;			\
                                       text-decoration:underline;		\
                                       font-weight:normal;			\
                                       font-family:Arial;			\
                                       font-size:15px;				\
                                       background-color:#7C5625;		\
                                       color:#FFFF33;				\
                                       border-style:none;			\
                                       border-width:0px;			"




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

	

	this.item_active_styles =     "text-align:center;			\
                                       text-decoration:none;			\
                                       font-weight:normal;			\
                                       font-family:Arial;			\
                                       font-size:12px;				\
                                       background-color:#eeeeee;		\
                                       color:#111111;				\
                                       border-style:none;			\
                                       border-width:0px;			"



}


