
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:140px">\
\
<li  style="width:140px;"><a href="http://www.webforging.com/index.php">Home</a></li>\
\
<li  style="width:140px;"><a href="http://www.webforging.com/sample_content.php">Sample Content</a>\
\
<div><div style="width:220px; top:-18px; left:140px;"><ul style="">\
<li><a href=http://www.webforging.com/sample_content.php>Overview</a></li>\
<li><a href=http://www.webforging.com/sample_intro.php>Introduction</a></li>\
<li><a href=http://www.webforging.com/sample_sec1.php>Section 1: Getting Started</a>\
        <div><div style="width:137px; top:-18px; left: 212px;"><ul style="">\
		<li><a href=http://www.webforging.com/sample_ch1.php>Choosing a Supplier</a></li>\
        <li><a href=http://www.webforging.com/sample_ch2.php>Goal Setting</a></li>\
        <li><a href=http://www.webforging.com/sample_ch3.php>Budget</a></li>\
        <li><a href=http://www.webforging.com/sample_ch4.php>Timetables</a></li>\
        <li><a href=http://www.webforging.com/sample_ch5.php>Your Domain Name</a></li>\
        <li><a href=http://www.webforging.com/sample_ch6.php>Hosting</a></li>\
		</ul></div></div></li>\
<li><a href=http://www.webforging.com/sample_sec2.php>Section 2: Elements of a Site</a>\
	<div><div style="width:171px; top:-18px; left:212px;"><ul style="">\
	<li><a href=http://www.webforging.com/sample_ch7.php>The Home Page/Design</a></li>\
        <li><a href=http://www.webforging.com/sample_ch8.php>Company Profiles</a></li>\
        <li><a href=http://www.webforging.com/sample_ch9.php>Products & Services</a></li>\
        <li><a href=http://www.webforging.com/sample_ch10.php> E-Commerce</a></li>\
        <li><a href=http://www.webforging.com/sample_ch11.php>Contact Forms</a></li>\
        <li><a href=http://www.webforging.com/sample_ch12.php>Resources</a></li>\
		<li><a href=http://www.webforging.com/sample_ch13.php>Career Opps</a></li>\
        <li><a href=http://www.webforging.com/sample_ch14.php>Intranets/Extranets</a></li>\
        <li><a href=http://www.webforging.com/sample_ch15.php>Access Logs & Stats</a></li>\
        <li><a href=http://www.webforging.com/sample_ch16.php>Audio, Video & Rich Media</a></li>\
        <li><a href=http://www.webforging.com/sample_ch17.php>Sitemap</a></li>\
		<li><a href=http://www.webforging.com/sample_ch18.php>Other Content</a></li>\
	</ul></div></div></li>\
<li><a href=http://www.webforging.com/sample_sec3.php>Section 3: Marketing</a>\
	<div><div style="width:221px; top:-18px; left:212px;"><ul style="">\
	<li><a href=http://www.webforging.com/sample_ch19.php>Seach Engines & Online Promotion</a></li>\
	<li><a href=http://www.webforging.com/sample_ch20.php>Communications</a></li>\
	<li><a href=http://www.webforging.com/sample_ch21.php>Updates</a></li>\
	<li><a href=http://www.webforging.com/sample_ch22.php>Branding</a></li>\
	<li><a href=http://www.webforging.com/sample_ch23.php>Web Marketing Integration</a></li>\
	</ul></div></div></li>\
<li><a href=http://www.webforging.com/sample_sec4.php>Section 4: The Future</a></li>\
<li><a href=http://www.webforging.com/sample_append.php>Appendicies</a></li>\
	</ul></div></div></li>\
\
<li  style="width:140px;"><a href="http://www.webforging.com/order.php" target="_blank">Order Now!</a></li>\
\
<li  style="width:140px;"><a href="http://blog.webforging.com">Blog</a></li>\
\
<li  style="width:140px;"><a href="http://www.webforging.com/copromo.php">Co-Promotions</a></li>\
\
<li  style="width:140px;"><a href="http://www.webforging.com/seminars.php">Seminars</a></li>\
\
<li  style="width:140px;"><a href="http://www.webforging.com/about.php">About</a></li>\
\
<li  style="width:140px;"><a href="http://www.webforging.com/contact.php">Contact Us</a></li>\
\
<li  style="width:140px;"><a href="http://www.webforging.com/sitemap.php">SiteMap</a></li>\
\
</ul><div style="clear:left;"></div></div></div></div>\
');







/*

          Tips & Tricks

             1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
                the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
                match for the menu to work, multiple menus may be used on a single page by adding new sections 
                with new id's.

             2: To specifically define settings for an individual item or container, apply classes or inline styles
                directly to the UL and A tags in the HTML tags which define your menus structure and links above.

             3: Use the parameter options below to define borders and padding.  Borders and padding specified
                within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
                some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

 	//Unlock Statements

	list7 = true

function imenus_data0(){


	this.enable_visual_design_mode = false		//turns the visual design pad option on or off

	this.main_is_horizontal = false				//Change to false for vertical menu
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	this.main_expand_image_width = "7"
	this.main_expand_image_height = "5"
	this.main_expand_image_offx = "-1"
	this.main_expand_image_offy = "5"

	this.sub_expand_image = "images/arrow_sub.gif"
	this.sub_expand_image_hover = "images/arrow_sub.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "13"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "0"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color: #transparent; border: 0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color: #330000; text-align:left; font-family:Arial; font-size:16px; font-weight:bold; text-decoration: none; padding-top:4px; padding-right:1px; padding-bottom:4px; padding-left:16px; border: 0px;"
	this.main_item_hover_styles = "background-color:#transparent; color:#ff733b;"
	this.main_item_active_styles = "text-decoration: none;"


	//Sub Menu

	this.subs_container_styles = "background-color: #fff; border: 2px solid #ff733b; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px;"
	this.subs_item_styles = "color: #330000; text-align:left; font-size:12px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border: 0px;"
	this.subs_item_hover_styles = "background-color: #330000; color: #fff;"
	this.subs_item_active_styles = "text-decoration:u none;"


}


