

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#ff6600";
oncolor="#ffffff";
offbgcolor="#5085b7";
offcolor="#ffffff";
bordercolor="#e5e5e5";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0.9";
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#D5E2EE";
headercolor="#000000";
headerbgcolor="#f1f1f1";

subimagepadding="0";
overfilter="Fade(duration=0.4);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.6)";
}


with(milonic=new menuname("Company")){
style=menuStyle;
aI("text=:: A Bit on iFORTE;url=cp1.php;status=A Bit on iFORTE;");
aI("text=:: Our Vision and Mission;url=cp2.php;status=Our Vision;");
}

//with(milonic=new menuname("Solutions")){
//style=menuStyle;
//aI("text=:: Finding the Right Tools;url=solutions1.php;status=Finding the Right Tools;");
//aI("text=:: Connect Yourself to the World;url=solutions2.php;status=Connect Yourself to the World;");
//aI("text=:: Beware of the Unknown;url=solutions3.php;status=Beware of the Unknown;");
//aI("text=:: Building the Web to Success;url=solutions4.php;status=Building the Web to Success;");
//aI("text=:: Superior Competitive Advantage;url=solutions5.php;status=Superior Competitive Advantage;");
//aI("text=:: Realize Your Full Potential;url=solutions6.php;status=Realize Your Full Potential;");
//aI("text=:: Supporting Our client With Best Practise <br> &nbsp;&nbsp;&nbsp; From the Process Industry;url=solutions7.php;status=Supporting Our client With Best Practise From the Process Industry;");
//aI("text=:: Optimizing Your Assets, Maximazing Your <br> &nbsp;&nbsp;&nbsp; Return On Investment;url=solutions8.php;status=Optimizing Your Assets, Maximazing Your Return On Investment;");
//aI("text=:: For More Investor's Value;url=solutions9.php;status=For More Investor's Value;");
//aI("text=:: KYC AML Solution;url=solutions-aml.php;status=KYC AML Solution;");
//}

with(milonic=new menuname("Solutions")){
style=menuStyle;
aI("text=:: Finding the Right Tools;url=solutions1.php;status=Finding the Right Tools;");
aI("text=:: Connect Yourself to the World;url=solutions2.php;status=Connect Yourself to the World;");
aI("text=:: Beware of the Unknown;url=solutions3.php;status=Beware of the Unknown;");
aI("text=:: Building the Web to Success;url=solutions4.php;status=Building the Web to Success;");
aI("text=:: Superior Competitive Advantage :.;showmenu=Superior;url=solutions5.php;status=Superior Competitive Advantage;");
}

with(milonic=new menuname("Superior")){
style=menuStyle;
aI("text=:: Realize Your Full Potential;url=solutions6.php;status=Realize Your Full Potential;");
aI("text=:: Supporting Our client With Best Practise <br> &nbsp;&nbsp;&nbsp; From the Process Industry;url=solutions7.php;status=Supporting Our client With Best Practise From the Process Industry;");
aI("text=:: Optimizing Your Assets, Maximazing Your <br> &nbsp;&nbsp;&nbsp; Return On Investment;url=solutions8.php;status=Optimizing Your Assets, Maximazing Your Return On Investment;");
aI("text=:: For More Investor's Value;url=solutions9.php;status=For More Investor's Value;");
aI("text=:: KYC AML Solution;url=solutions-aml.php;status=KYC AML Solution;");
}

with(milonic=new menuname("Beware")){
style=menuStyle;
aI("text=Finding the Right Tools;url=st1.php;status=Finding the Right Tools;");
aI("text=Connect Yourself to the World;url=st2.php;status=Connect Yourself to the World;");
aI("text=Beware of the Unknown;url=st3.php;status=Beware of the Unknown;");
}


drawMenus();

