/**********************************************************************************************/
/*                                                                                             /
/*                              Common Tree Menu for CEISites.com                              /
/*				    Script Name: cei_menu.js                                   /
/**********************************************************************************************/



document.write('\
<h1 align="center">Menu</h1>\
<ul id="tmenu0" style="display:none;">\
\
	<li expanded=1><a href="index.php"><strong>Home</strong></a>\
	<li expanded=1><a href="about.php"><strong>About Us</strong></a>\
	<li><span>Software Consulting</span>\
\
		<!-- Sub Menu 1--><ul>\
			<li><span>Internet</span>\
			<ul>\
				<li><span>Custom CGI Programming</span></span>\
				<ul>\
					<li><span><a href="password_protection.html">Password Protection</a></span></li>\
					<li><span><a href="creditcardvalidator.html">Credit Card Validator</a></span></li>\
					<li><span><a href="contact_test.html">Form Handling</a></span></li>\
					<li><span><a href="inventory_search.html">Inventory Search</a></span></li>\
					<li><span><a href="lotto_demo.html">Lottery Number Picker</a></span></li>\
					<li><span><a href="average_glucose.html">Glucose vs. HbA1<sub>c</sub></a></span></li>\
					<li><span><a href="cgi-bin.html"><span>General CGI Programming</a></span></li>\
				</ul></li>\
				<li><span>PHP Programming</span>\
				<ul>\
					<li><span><a href="php.php">php Page</a></span></li>\
					<li><span><a href="story1.php">Simple Story Generator</a></span></li>\
					<li><span><a href="welcome.html">Simple welcome Page</a></span></li>\
				</ul></li>\
					<li><span>eCommerce Examples</a></span>\
				<ul>\
					<li><a href="http://kegman.net">KegMan Equipemnt</a></span>\
					<li><a href="http://ponybead.com">Quality Plastic Beads</a></span>\
					<li><a href="http://kegBoy.com">The KegBoy</a></span>\
					<li><a href="http://my-garage-sale.us">My Garage Sale</a></span>\
					<li><span><a href="ecommerce.html">eCommerce</span></a>\
				</ul></li>\
				<li><a href="hosting.html"><span>Internet Hosting</span></a></li>\
				<li><a href="web_pages.html"><span>Web Page Design</span></a></li>\
				<li><a href="internet_software.html"><span>Custom Internet Programming</span></a></li>\
				<li><a href="mall.html"><span>CEI Mall</span></a></li>\
			</ul></li>\
\
\
	<li><span>Software Engineering</span>\
			<ul>\
				<li><a href="custom.html"><span>Custom Software</span></a></li>\
				<li><a href="custom.html"><span>Internet Software</span></a></li>\
				<li><a href="software_testing.html"><span>Verification Testing</span></a></li>\
				<li><a href="average_glucose.html"><span>Convert HbA1<sub>c</sub> to Meter Reading</span></a></li>\
			</ul></li>\
		</ul></li>\
	<li><span>Hardware Consulting</span>\
\
			<!-- Sub Menu --><ul>\
			<li><a href="facility_certification.html"><span>Environmental Testing</span></a></li>\
			<li><a href="vibration_fixtures.html"><span>Environmental Fixturing</span></a></li>\
			</ul></li>\
\
\
	<li><span>Contract Publishing</span>\
			<ul>\
				<li><a href="books.html"><span>Contract Publishing</span></a></li>\
				<li><a href="web_pages.html"><span>Web Page Publishing</span></a></li>\
			</ul></li>\
	<li><span>Add Humor to your Advertising</span></a>\
			<ul>\
				<li><a href="humor/joke48.html"><span>Melrose Gazette</span></a></li>\
				<li><a href="humor/joke31.html"><span>You Won Our Contest!</span></a></li>\
				<li><a href="humor/joke53.html"><span>Lawn Trimmer for Sale</span></a></li>\
				<li><a href="humor/lotto_demo.html"><span>Lotto Number Picker</span></a></li>\
			</ul></li>\
	<li><span>CEI Buisness Shopping Mall</span>\
			<ul>\
				<li><a href="mall.html"><span>Business Mall Rental</span></a></li>\
				<li><a href="mall/cleaners.html"><span>Dry Cleaner</span></a></li>\
				<li><a href="mall/racers.html"><span>High Performance Parts</span></a></li>\
				<li><a href="mall/custom_jewelry.html"><span>Marrie-Sue Jewelry</span></a></li>\
			</ul></li>\
	<li><span>General Information</span>\
			<ul>\
				<li><a href="business_hours.html"><span>Business Hours</span></a></li>\
				<li><a href="contact.html"><span>Contact Us</span></a></li>\
				<li><a href="design_rates.html"><span>Design Rates</span></a></li>\
				<li><a href="fuzzy/"><span>Fuzzy Guide 2 Chemo</span></a></li>\
				<li><a href="sitemap.html"><span>Site Map</span></a></li>\
				<li><a href="spiritual/index.html"><span>Spiritual Pages</span></a></li>\
			</ul></li>\
	<li><a href="contact.html"><span>Contact Us</span></a></li>\
</ul></li>\
\
\
</ul>');





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

                               Customizable Options and Styles

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

node7 = true
function tmenudata0()
{

	this.animation_jump = 10		//Measured in Milliseconds (1/1000s)
	this.animation_delay = 5		//Measured in pixels

	this.imgage_gap = 3				//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.



	this.indent = 20;			//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.


	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           color:#333333;			\
                                           padding:2px;				"


        this.sub_item_styles =            "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           color:#333333;			"
	this.main_container_styles = "padding:0px;"
	this.sub_container_styles = "padding-top:7px; padding-bottom:7px;"
	this.main_link_styles = "color:#0066aa; text-decoration:none;"
	this.main_link_hover_styles = "color:#ff0000; text-decoration:underline;"
	this.sub_link_styles = ""
	this.sub_link_hover_styles = ""
	this.main_expander_hover_styles = "text-decoration:underline;";
	this.sub_expander_hover_styles = "";
}