/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.5);Alpha(style=0,opacity=88);Shadow(color='#ffffff', Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='#ffffff', Direction=135, Strength=0)" 
}


timegap=500				
followspeed=5			
followrate=40			
suboffset_top=0;		
suboffset_left=0;		

/* Text color, Background color, Mouseover color, Mouseover bkcolor, Overall bkcolor, Font size, */
style_main=["000000","ffffff","ffffff","99cc33","ffffff",12,"normal","bold","Arial, Verdana, Sans Serif",2,,,,,,,,,,]
style_submenu=["000000","ffffff","ffffff","99cc33","ffffff",11,"normal","bold","Arial, Verdana, Sans Serif",2,,,,,,,,,,]

/* menuname, vertical position,,length, button height, align, font format, visible on/off, align,effect,,1,,,,,,,,,, */
/* Mainmenu */
addmenu(menu=["mainmenu",170,,0,0,"center",style_main,1,"left",effect,,1,,,,,,,,,,
,"Home","../index.html",,"",10
,"About&nbsp;Us","show-menu=about","../about.html","",10
,"Telecommunication&nbsp;Products&nbsp;and&nbsp;Services","show-menu=telecom","../telecom.html","",10
,"Industrial&nbsp;Dielectric&nbsp;Heating","show-menu=industrial","../industrial.html","",10
,"Gallery","../gallery.html",,"",10
,"Contact&nbsp;Us","../contact.php",,"",10
,"Site&nbsp;Map","../sitemap.html",,"",10])

/* About submenu */
addmenu(menu=["about",,,110,1,"",style_submenu,,"left",effect,,,,,,,,,,,,
,"Portfolio","../about/portfolio.html",,,1
,"Focus Areas","../about/focus.html",,,1
,"Quality and Safety","../about/quality.html",,,1
,"BEE","../about/bee.html",,,1
,"Conditions of Sale","../about/conditions.html",,,1
,"Contact Us","../contact.php",,,1])

/* Telecom submenu */	
addmenu(menu=["telecom",,,150,1,"",style_submenu,,"left",effect,,,,,,,,,,,,
,"Wireless Components","../telecom/telcomp.html",,,1
,"Wireless Systems","../telecom/telsyst.html",,,1
,"Wireless Services","../telecom/services.html",,,1
,"Site Management","../telecom/manage.html",,,1])

/* Industrial submenu */
addmenu(menu=["industrial",,,150,1,"",style_submenu,,"left",effect,,,,,,,,,,,,
,"Microwave Components","../industrial/mwcomp.html",,,1
,"Microwave Systems","../industrial/mwsyst.html",,,1
,"RF Components","../industrial/rfcomp.html",,,1
,"RF Systems","../industrial/rfsyst.html",,,1
,"Test &amp; Measurement","../industrial/measure.html",,,1
,"Support and Maintenance","../industrial/support.html",,,1])

dumpmenus()