

// ABSOLUTE URLS MUST BE USED FOR MENU LINKS


_menuCloseDelay=500		// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150      // The time delay before menus open on mouse over
_subOffsetTop=0         // Sub menu top offset
_subOffsetLeft=0        // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#0F3C7D";
offcolor="#ffffff";
bordercolor="#0F3C7D";
borderstyle="solid";
borderwidth="0";
separatorcolor="#0F3C7D";
separatorsize="0";
padding="5";
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagebgcolor="#0F3C7D";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=88);Shadow(color='#777777', Direction=0, Strength=0)";
outfilter="Fade(duration=0.2)";
}


with(milonic=new menuname("Site")){
style=menuStyle;
top=47;
left=355;
alwaysvisible=1;
orientation="horizontal";
aI("text=&raquo;About Us;showmenu=About Us;");
aI("text=&raquo;Services;showmenu=Services;");
aI("text=&raquo;Prices;showmenu=Prices;");
aI("text=&raquo;How It Works;showmenu=How it Works;");
aI("text=&raquo;Developers;showmenu=Developers;");
aI("text=&raquo;Support;showmenu=Support;");
}


with(milonic=new menuname("About Us")){
style=menuStyle;
overflow="scroll";
aI("text=Homepage;url=./index.php;");
aI("text=Latest News;url=./site/news.php;");
aI("text=About aql;url=./site/aboutus.php;");
aI("text=Our Clients;url=./site/clients.php;");
aI("text=Careers with aql;url=/site/careers.php;");
aI("text=Site Map;url=./site/sitemap.php;");
aI("text=Contact Us;url=./site/contactus.php;");
aI("text=Privacy Policy;url=./site/privacypolicy.php;");
aI("text=Terms of Service;url=./site/termsofservice.php;");
}


with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=Sign Up Online;url=./site/order1.php;");
aI("text=Desktop SMS;url=./site/desktopsms.php;");
aI("text=Bulk SMS;url=./site/howitworks2.php;");
aI("text=email to sms;url=./site/email2sms.php;");
aI("text=email to speech;url=./site/text2speech.php;");
aI("text=sms to email;url=./site/sms2email.php;");
aI("text=Multimedia Messaging;url=./site/multimedia.php;");
aI("text=Interactive Messaging;url=./site/howitworks6.php;");
aI("text=MSISDN Number;url=./site/msisdn.php;");
aI("text=Mobile Tracking;url=../site/location-based-services.php;");
aI("text=SIM Hosting;url=./site/howitworks7.php;");
aI("text=Shared Shortcode;url=../site/shared.php;");
aI("text=Reverse Billing;url=./site/reversebilling.php;");
aI("text=Server Monitoring;url=./site/servermonitoring.php;");
aI("text=Software &#38; Licensing;url=./site/software.php;");
}


with(milonic=new menuname("Prices")){
style=menuStyle;
overflow="scroll";
aI("text=Message Credits;url=./site/prices.php;");
aI("text=MSISDN Number;url=./site/msisdn.php;");
aI("text=SIM Hosting;url=./site/howitworks7.php;");
aI("text=Short Codes;url=./site/reversebilling.php;");
aI("text=Server Monitoring;url=./site/servermonitoring.php;");
}


with(milonic=new menuname("How it Works")){
style=menuStyle;
overflow="scroll";
aI("text=Service Overview;url=./site/howitworks1.php;");
aI("text=Bulk Messaging;url=./site/howitworks2.php;");
aI("text=Quality of Service;url=./site/howitworks3.php;");
aI("text=sms-to-email;url=./site/howitworks4.php;");
aI("text=email-to-sms;url=./site/howitworks5.php;");
aI("text=TextBack;url=./site/howitworks6.php;");
aI("text=SIM Hosting;url=./site/howitworks7.php;");
aI("text=System Interfacing;url=./site/developerinfo.php;");
}


with(milonic=new menuname("Developers")){
style=menuStyle;
overflow="scroll";
aI("text=Developer Overview;url=./site/developerinfo.php;");
aI("text=email-to-sms Gateway;url=./site/email2sms.php;");
aI("text=SMPP Gateway (outbound sms);url=./site/developerinfo.php;");
aI("text=HTTP Gateway (outbound sms);url=./site/developerinfo2.php;");
aI("text=HTTP Gateway (inbound sms);url=./site/developerinfo3.php;");
aI("text=XML SOAP Gateway (outbound sms);url=../site/devel_soap.php;");
aI("text=Mobile Tracking;url=../site/location-based-services.php;");
aI("text=TextBack Gateway;url=./site/developerinfo.php;");
aI("text=WAP-Push Gateway;url=./site/developerinfo.php;");
aI("text=UDH &amp; UDP Hex Gateway;url=./site/developerinfo_udh.php;");
aI("text=MMS Gateway;url=./site/developerinfo.php;");
aI("text=Ringtone Gateway;url=./site/developerinfo.php;");
aI("text=Premium Rate Billing Services;url=./site/developerinfo.php;");
aI("text=SMS Site Software;url=../site/whitelabel-sms-website-software.php;");
aI("text=vCard API;url=../site/developerinfo_vcard.php;");
}


with(milonic=new menuname("Support")){
style=menuStyle;
overflow="scroll";
aI("text=Service Status &amp; Coverage;url=./site/status.php;");
aI("text=Frequently Asked Questions;url=./site/faqs.php;");
aI("text=Support Documents;url=./site/supportdocuments.php;");
aI("text=Raise Support Query;url=./account/aqs_index.php;");
}


drawMenus();
