with(Adea=new menuname('HMenu')){
top = 89;left = 0;screenposition='center';style = horizStyle;alwaysvisible = 1;orientation = 'horizontal';
aI('text=<b>&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=index.htm;')
aI('text=<b>&nbsp;&nbsp;&nbsp;&nbsp;Company&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=aboutus.htm;showmenu=1')
aI('text=<b>&nbsp;&nbsp;&nbsp;&nbsp;Solutions&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=solutions.htm;showmenu=2')
aI('text=<b>&nbsp;&nbsp;&nbsp;&nbsp;Products&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=products.htm;showmenu=3')
aI('text=<b>&nbsp;&nbsp;&nbsp;&nbsp;Partners&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=partners.htm;showmenu=4')
aI('text=<b>&nbsp;&nbsp;&nbsp;&nbsp;Clients&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=clients.htm;')
aI('text=<b>&nbsp;&nbsp;&nbsp;&nbsp;Careers&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=careers.htm;showmenu=5')
aI('text=<b>&nbsp;&nbsp;&nbsp;&nbsp;Contact us&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=contactus.htm;showmenu=6')
}
with(Adea=new menuname('1')){
style = vertStyle;onbgcolor="#4F8EB6";Top = 'offset=1';margin=1;
aI('text=Vision;url=vision.htm;')
aI('text=Overview;url=overview.htm;')
aI('text=Infrastructure;url=infrastructure.htm;')
}
with(Adea=new menuname('2')){
style = vertStyle;Top = 'offset=1';margin=1;
aI('text=Turnkey Projects;url=turnkey.htm;')
aI('text=ERP/CRM Model;url=erpcrm.htm;')
aI('text=Quality Management;url=quality.htm;')
aI('text=Remote Administration;url=remote.htm;')
}
with(Adea=new menuname('3')){
style = vertStyle;Top = 'offset=1';margin=1;
aI('text=Embedded Products;url=embedded.htm;')
aI('text=RFID Products;url=rfid.htm;')
aI('text=Webshop;url=webshop.htm;')
}
with(Adea=new menuname('4')){
style = vertStyle;Top = 'offset=1';margin=1;
aI('text=Become a Partner;url=become.htm;')
aI('text=Levels of Relationship;url=levels.htm;')
}
with(Adea=new menuname('5')){
style = vertStyle;Top = 'offset=1';margin=1;
aI('text=Culture;url=culture.htm;')
aI('text=Benefits;url=benefits.htm;')
aI('text=Current Opportunities;url=openings.htm;')
}
with(Adea=new menuname('6')){
style = vertStyle;Top = 'offset=1';margin=1;
aI('text=Global Contacts;url=global.htm;')
}
drawMenus()

