// Main Menu
with(milonic=new menuname("Main")){
style=mainStyle;
position="relative";
left=0;
alwaysvisible=1;
orientation="horizontal";
menuwidth="100%";
aI("text=``;");
aI("text=Home;"+add_url("index.shtml"));
aI("text=Company;"+add_url("about.shtml")+"showmenu=Company;");
aI("text=Products;"+add_url("products.shtml")+"showmenu=Products;");
aI("text=Services;"+add_url("consult.shtml")+"showmenu=Services;");
aI("text=Support;"+add_url("support.shtml")+"showmenu=Support;");
aI("text=Resources;"+add_url("resources.shtml")+"showmenu=Resources;");
aI("text=DevZone;"+add_url("devzone/configtool.shtml")+"showmenu=DevZone;");
aI("text=News;"+add_url("news/latest_news.shtml")+"showmenu=News;");

// PB comment - for menu system 5.7.68 and above itemwidth is defined in pixels.
// Set itemwidth to a high value, such as itemwidth=10000, and that will force the trans menu to the far right
if (!konq) aI("itemwidth=10000;text=`&nbsp;`;type=header;");
aI("onbgcolor=`#E5E5E5`;pagebgcolor=`#E5E5E5`;overimage=/images/trans_en3.gif;pageimage=/images/trans_en3.gif;imagealign=right;image=/images/trans_en2.gif;"+add_url("abouttrans.shtml")+"subimage=;pagesubimage=;onsubimage=;showmenu=Translate;");
}

