// Unlock codes

code0 = 1788
code1 = 1385
sequence = "9x88_4"

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

                               Customizable Options and Styles

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


function tmenudata0()
{


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 2		//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/spacer.gif"		//specifies a custom plus image.
	this.minus_image = "images/spacer.gif"		//specifies a custom minus image.
	this.pm_width_height = "5,5"			//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = "images/folderIcon.gif"		//Automatically applies to all items which may be expanded.
	this.document_image = "images/documentIcon.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "21,22"		//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 9;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = false;		//Use a hand mouse cursor for expandable items, or the default arrow.




    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:bold;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background: url('images/spacer.gif') repeat-x;\
                                           padding:0px;				"
                                           
                                          
        this.sub_item_styles =            "text-decoration:none;	\
                                           font-weight:normal;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background:url('images/spacer.gif') repeat-x;\
										   padding: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;"
	this.sub_container_styles = "padding-top:0px; padding-bottom:1px; ";

	this.main_link_styles = "color:#0088ff; text-decoration:none;"
	this.main_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.sub_link_styles = "color:#0088ff; text-decoration:none;"
	this.sub_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.main_expander_hover_styles = ""
	this.sub_expander_hover_styles  = "";
	

}

function tmenudata1()
{


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 2		//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/spacer.gif"		//specifies a custom plus image.
	this.minus_image = "images/spacer.gif"		//specifies a custom minus image.
	this.pm_width_height = "5,5"			//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = "images/folderIcon.gif"		//Automatically applies to all items which may be expanded.
	this.document_image = "images/documentIcon.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "21,22"		//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 9;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = false;		//Use a hand mouse cursor for expandable items, or the default arrow.




    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:bold;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background: url('images/spacer.gif') repeat-x;\
                                           padding:0px;				"
                                           
                                          
        this.sub_item_styles =            "text-decoration:none;	\
                                           font-weight:normal;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background:url('images/spacer.gif') repeat-x;\
										   padding: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;"
	this.sub_container_styles = "padding-top:0px; padding-bottom:1px; ";

	this.main_link_styles = "color:#0088ff; text-decoration:none;"
	this.main_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.sub_link_styles = "color:#0088ff; text-decoration:none;"
	this.sub_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.main_expander_hover_styles = ""
	this.sub_expander_hover_styles  = "";
	

}

function tmenudata2()
{


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 2		//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/spacer.gif"		//specifies a custom plus image.
	this.minus_image = "images/spacer.gif"		//specifies a custom minus image.
	this.pm_width_height = "5,5"			//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = "images/folderIcon.gif"		//Automatically applies to all items which may be expanded.
	this.document_image = "images/documentIcon.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "21,22"		//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 9;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = false;		//Use a hand mouse cursor for expandable items, or the default arrow.




    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:bold;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background: url('images/spacer.gif') repeat-x;\
                                           padding:0px;				"
                                           
                                          
        this.sub_item_styles =            "text-decoration:none;	\
                                           font-weight:normal;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background:url('images/spacer.gif') repeat-x;\
										   padding: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;"
	this.sub_container_styles = "padding-top:0px; padding-bottom:1px; ";

	this.main_link_styles = "color:#0088ff; text-decoration:none;"
	this.main_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.sub_link_styles = "color:#0088ff; text-decoration:none;"
	this.sub_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.main_expander_hover_styles = ""
	this.sub_expander_hover_styles  = "";
	

}

function tmenudata3()
{


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 2		//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/spacer.gif"		//specifies a custom plus image.
	this.minus_image = "images/spacer.gif"		//specifies a custom minus image.
	this.pm_width_height = "5,5"			//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = "images/folderIcon.gif"		//Automatically applies to all items which may be expanded.
	this.document_image = "images/documentIcon.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "21,22"		//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 9;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = false;		//Use a hand mouse cursor for expandable items, or the default arrow.




    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:bold;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background: url('images/spacer.gif') repeat-x;\
                                           padding:0px;				"
                                           
                                          
        this.sub_item_styles =            "text-decoration:none;	\
                                           font-weight:normal;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background:url('images/spacer.gif') repeat-x;\
										   padding: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;"
	this.sub_container_styles = "padding-top:0px; padding-bottom:1px; ";

	this.main_link_styles = "color:#0088ff; text-decoration:none;"
	this.main_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.sub_link_styles = "color:#0088ff; text-decoration:none;"
	this.sub_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.main_expander_hover_styles = ""
	this.sub_expander_hover_styles  = "";
	

}

function tmenudata4()
{


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 2		//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/spacer.gif"		//specifies a custom plus image.
	this.minus_image = "images/spacer.gif"		//specifies a custom minus image.
	this.pm_width_height = "5,5"			//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = "images/folderIcon.gif"		//Automatically applies to all items which may be expanded.
	this.document_image = "images/documentIcon.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "21,22"		//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 9;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = false;		//Use a hand mouse cursor for expandable items, or the default arrow.




    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:bold;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background: url('images/spacer.gif') repeat-x;\
                                           padding:0px;				"
                                           
                                          
        this.sub_item_styles =            "text-decoration:none;	\
                                           font-weight:normal;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background:url('images/spacer.gif') repeat-x;\
										   padding: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;"
	this.sub_container_styles = "padding-top:0px; padding-bottom:1px; ";

	this.main_link_styles = "color:#0088ff; text-decoration:none;"
	this.main_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.sub_link_styles = "color:#0088ff; text-decoration:none;"
	this.sub_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.main_expander_hover_styles = ""
	this.sub_expander_hover_styles  = "";
	

}

function tmenudata5()
{


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 2		//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/spacer.gif"		//specifies a custom plus image.
	this.minus_image = "images/spacer.gif"		//specifies a custom minus image.
	this.pm_width_height = "5,5"			//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = "images/folderIcon.gif"		//Automatically applies to all items which may be expanded.
	this.document_image = "images/documentIcon.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "21,22"		//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 9;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = false;		//Use a hand mouse cursor for expandable items, or the default arrow.




    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:bold;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background: url('images/spacer.gif') repeat-x;\
                                           padding:0px;				"
                                           
                                          
        this.sub_item_styles =            "text-decoration:none;	\
                                           font-weight:normal;		\
                                           font-family:Arial;		\
                                           font-size:11px;			\
                                           color:#000000;			\
                                           background:url('images/spacer.gif') repeat-x;\
										   padding: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;"
	this.sub_container_styles = "padding-top:0px; padding-bottom:1px; ";

	this.main_link_styles = "color:#0088ff; text-decoration:none;"
	this.main_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.sub_link_styles = "color:#0088ff; text-decoration:none;"
	this.sub_link_hover_styles = "color:#000000; text-decoration:none; ";
	
	this.main_expander_hover_styles = ""
	this.sub_expander_hover_styles  = "";
	

}




