
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:494px">\
<li  style="width:100px;"><a href="index.html">Home</a>\
\
<li  style="width:97px;"><a href="products.html" >Products</a>\
\
	<div><div style="width:120px;top:0px;left:0px;"><ul style="">\
	<li ><a href="mmds.html" >MMDS</a></li>\
	<li ><a href="tmax.html" >Tmax</a>\
\
		<div><div style="width:125px;top:-20px;left:120px;"><ul style="">\
		<li ><a href="architecture.html" >Architecture</a></li>\
		<li ><a href="techoverview.html" >Technical Overview</a></li>\
		</ul></div></div></li>\
\
	<li ><a href="aml.html" >AML</a>\
    <li ><a href="wimax.html" >Wimax Repeater</a></li>\
	</ul></div></div></li>\
\
<li  style="width:100px;"><a href="services.html" >Services</a>\
\
	<div><div style="width:120px;top:;left:3px;"><ul style="">\
	<li ><a href="consulting.html" >Consulting</a></li>\
	<li ><a href="engineering.html" >Project Engineering</a></li>\
	<li ><a href="technology.html" >Technology</a></li>\
	</ul></div></div></li>\
\
<li  style="width:98px;"><a href="about.html">About us</a>\
\
	<div><div style="width:120px;top:;left:3px;"><ul style="">\
	<li ><a href="milestone.html" >Milestones</a></li>\
	<li ><a href="costumers.html" >Customers</a></li>\
	</ul></div></div></li>\
\
<li  style="width:98px;"><a href="support.html" >Support</a>\
\
	<div><div style="width:120px;top:;left:3px;"><ul style="">\
	<li ><a href="restricted.html"">Restricted Area</a></li>\
	</ul></div></div></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 ******************
---------------------------------------------------*/


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.sub_expand_image = "arrow_sub.gif"
	this.sub_expand_image_hover = "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; "
	this.main_item_styles =  "color:#626262; text-align:right; font-family:tahoma; font-size:12px; font-weight:bold; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:8px; padding-left:12px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:transparent; color:#f86c00 "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#red;  border-style:solid margin:0px; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.subs_item_styles = "background-color:#e2e2e2;color:#626262; text-align:left; font-size:11px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px;  border:1px solid; border-color:white white white white ; "
	this.subs_item_hover_styles = "background-color:#fe9a06; color:white; "
	this.subs_item_active_styles = "text-decoration:none; "


}


