

/**********************************************************************************************

                               Tree Items and Content

**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new tree item, 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 scroll will fail to
               load if there are extra spaces present.

*/




document.write('\
<ul id="tmenu0" style="display: none;">\
\
	<!-- Main Item 0... --><span><li><a href="index.html">Home</a></span>\
\
\
	<!-- Main Item 1... --><span><li><a href="essn.htm">Doctrinal Essentials</a></span>\
\
\
	<!-- Main Item 2... --><span><a href="mission.htm">AOCC Mission</a></span>\
\
\
	<!-- Main Item 3... --><span><a href="commun.htm">Our Faith Communities</a></span>\
\
\
	<!-- Main Item 4... --><span><a href="history.htm">AOCC History</a></span>\
\
\
	<!-- Main Item 5... --><span><a href="canon_law.htm">Canon Law</a></span>\
\
\
	<!-- Main Item 6... --><span><a href="clergy1.htm">Req. of Ordination</a></span>\
\
\
	<!-- Main Item 7... --><span><a href="wedding.htm">Wedding Ministry</a></span>\
\
\
	<!-- Main Item 8... --><span><a href="http://www.whinnians.com/" target="_blank">Equine Youth Therapy</a></span>\
\
\
	<!-- Main Item 9... --><span><a href="ECCAC.htm">ECCAC</a></span>\
\
\
	<!-- Main Item 11... --><span><a href="mailto:bpdan@msn.com">Email Us</a></span>\
\
\
	<!-- Main Item 12... --><span><a href="docs.htm">Online Catechism</a></span>\
\
\
	<!-- Main Item 14... --><span><a href="links.htm">Other Links</a></span></li>\
\
\
</ul>');




/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true
function tmenudata0()
{


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	//this.imgage_gap = 0				//The image gap is applied to the left and right of the folder and document icons.
									//In the absence of a folder or document icon the gap is applied between the 
									//plus / minus symbols and the text only.

	
	//this.plus_image = "images/plus.gif"		//specifies a custom plus image.
	//this.minus_image = "images/minus.gif"		//specifies a custom minus image.
	//this.pm_width_height = "9,9"			//Width & Height  - Note: Both images must be the same dimensions.


	//this.folder_image = "images/folder.gif"		//Automatically applies to all items which may be expanded.
	//this.document_image = "images/document.gif"	//Automatically applies to all items which are not expandable.
	//this.icon_width_height = "16,14"		//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 10;					//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = true;		//Use a hand mouse cursor for expandable items, or the default arrow.




    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =           "color: #666666;					\
										background-color:#857B67;		\
										padding: 0px;					\
										padding-left: 0px;				\
										font: 12px Arial, sans-serif;	\
										font-weight: normal;			\
										text-decoration: none;			\
										display: block;					\
										margin-left: 0px;				\
										width: 100%;					\
										text-align: left;				\
										list-style-type: none;			\
										background-image: none;			"
                                           
                                          
        this.sub_item_styles =            "text-decoration: none;		\
                                           font-weight: normal;			\
                                           font-family: Arial;			\
                                           font-size: 11px;				\
                                           color: #000066;				\
										   padding: 0px;				\
										   background-color:#857B67;	\
										   text-align: left;			\
										   margin: 0px;					"



	/* Styles may be formatted as multi-line (seen above), or on a single line as shown below.
	   The expander_hover_styles apply to menu items which expand to show child menus.*/
		


	this.main_container_styles = "padding:0px; padding-top:0px; padding-bottom:0px; text-indent: 5px; list-style: none;"
	this.sub_container_styles = "padding-top:10px; padding-bottom:5px;"
	

	this.main_link_styles = "color:#FFFFEC; text-decoration:none; display:block;"
	this.main_link_hover_styles = "color:#000000; text-decoration:none; display:block; font-size: 12px;"
	
	this.sub_link_styles = "color:#666666; text-decoration:none; font-weight: normal; font-size: 12px;"
	this.sub_link_hover_styles = "color:#99CA3C; text-decoration:underline; background-color:#857B67; display:block;"
	
	this.main_expander_hover_styles = ""
	this.sub_expander_hover_styles = ""
	

}