

/**********************************************************************************************

                               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='http://www.dallasisd.org'>Dallas ISD</a></li>\
\
	<li><a href='http://www.dallasisd.org/partners/depts/index.cfm'>Dept Login</a></li>\
\
	<li><a href='http://www.dallasisd.org/partners/index.html'>Home</a></li>\
\
	<li><a href='http://www.dallasisd.org/partners/schools/index.cfm'>School Login</a></li>\
\
<div style='clear:left;'></div></ul></div>\
\
");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true
function buttonbardata0()
{


    /*---------------------------------------------
    Orientation and Item Widths
    ---------------------------------------------*/


	this.is_horizontal = true

	this.item_width = 80




    /*---------------------------------------------
    Container Settings
    ---------------------------------------------*/


	this.container_border_width = "0px"
	this.container_border_style = "none"
	this.container_styles = "border-color:#FFFFFF;"
	


    /*---------------------------------------------
    Item Settings
    ---------------------------------------------*/


	this.item_padding = "1px,1px,1px,1px"

	
  

	this.item_styles =            "text-align: center;									\
                                       text-decoration: none;							\
                                       font-weight: normal;								\
                                       font-family: Arial;								\
                                       font-size: 11px;									\
                                       background-color: #A7292D;						\
                                       color: #FFFFFF;									\
                                       border-style: solid;								\
                                       border-width: 0px 0px 0px 1px;					\
									   border-color: #A7292D #A7292D #A7292D #FFFFFF;	"




	this.item_hover_styles =      "text-align: center;									\
                                       text-decoration: none;							\
                                       font-weight: normal;								\
                                       font-family: Arial;								\
                                       font-size: 11px;									\
                                       background-color: #A7292D;						\
                                       color: #FFFFFF;									\
                                       border-style: solid;								\
                                       border-width: 0px 0px 0px 1px;					\
									   border-color: #A7292D #A7292D #A7292D #FFFFFF;	"




	//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;			"

	*/

}