
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width: 605px;">\
<li  style="width:180px;"><a href="http://www.diysubmit.com/diy.php">Do-It-Yourself Submission</a>\
\
	<div><div style="width:150px; top:0px; left:-2px;"><ul style="">\
	<li ><a href="http://www.diysubmit.com/diy.php">Overview</a></li>\
	<li><a href="http://www.diysubmit.com/whatis.php">What is DIY Submit?</a></li>\
	<li><a href="http://www.diysubmit.com/list.php">Search Engine List</a></li>\
	<li><a href="http://www.diysubmit.com/demo.php">Demo</a></li>\
	<li><a href="http://www.diysubmit.com/pricing.php">Pricing Overview</a></li>\
	<li><a href="http://www.diysubmit.com/secure/account/index.php?page=credits">Purchase</a></li>\
	</ul></div></div></li>\
\
<li  style="width:65px;"><a href="http://www.diysubmit.com/secure/account/index.php?page=credits" >Purchase</a>\
\
	<div><div style="width:121px;top:0px;left:-2px;"><ul style="">\
	<li><a href="http://www.diysubmit.com/pricing.php">Pricing</a></li>\
	<li ><a href="http://www.diysubmit.com/registration/index.php">Create New Account</a></li>\
	<li><a href="http://www.diysubmit.com/secure/account/index.php?page=credits">Purchase Credits</a></li>\
	</ul></div></div></li>\
\
<li  style="width:100px;"><a href="http://www.diysubmit.com/beware.php" >Buyer Beware</a>\
\
	<div><div style="width:80px;top:0px;left:-2px;"><ul style="">\
	<li ><a href="http://www.diysubmit.com/beware.php">Overview</a></li>\
	</ul></div></div></li>\
\
<li  style="width:100px;"><a href="http://www.diysubmit.com/help.php">Help/Resources</a>\
\
	<div><div style="width:160px;top:0px;left:-2px;"><ul style="">\
	<li ><a href="http://www.diysubmit.com/help.php">Overview</a></li>\
	<li><a href="http://www.diysubmit.com/tutorial.pdf" target="new">User Tutorial (PDF)</a></li>\
	<li><a href="http://www.diysubmit.com/meta.php">Meta Tag FAQ</a></li>\
	<li><a href="http://www.diysubmit.com/resources.php">Search Engine Resources</a></li>\
	<li><a href="http://www.diysubmit.com/view.php?id=23">SEO Glossary</a></li>\
	<li><a href="http://www.diysubmit.com/suggest.php">Suggest A Search Engine</a></li>\
	</ul></div></div></li>\
\
<li  style="width:80px;"><a href="http://www.diysubmit.com/about.php" >About Us</a>\
\
	<div><div style="width:107px;top:0px;left:-2px;"><ul style="">\
	<li ><a href="http://www.diysubmit.com/about.php" >Overview</a></li>\
	<li><a href="http://www.diysubmit.com/testimonials.php">Testimonials</a></li>\
	<li><a href="http://www.diysubmit.com/affiliate.php">Affiliate Information</a></li>\
	</ul></div></div></li>\
\
<li  style="width:80px;"><a href="http://www.diysubmit.com/contact.php" >Contact Us</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 = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	this.main_expand_image_width = ""
	this.main_expand_image_height = ""
	this.main_expand_image_offx = ""
	this.main_expand_image_offy = ""

	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:#007EC6; border-style:none; padding: 0 0 0 0px;"
	this.main_item_styles = "color:#fff; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding: 4 5 4 5px; border: 0px #000000;"
	this.main_item_hover_styles = "background-color:#FFF200; color:#000000; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#FFF200; border: solid #000 2px; padding:5 0 5 0px;"
	this.subs_item_styles = "color:#111111; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding: 2 5 2 5px; border-style:none; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#3EBD0D; color:#ffffff"
	this.subs_item_active_styles = "text-decoration:underline; "


}


