


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0          // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0           // 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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#E6E6E6";
offcolor="#515151";
bordercolor="#E6E6E6";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.0)";
position="relative";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;

alwaysvisible=1;
orientation="horizontal";
aI("text=About Us;showmenu=Aboutus;");
aI("text=Web Hosting;showmenu=Webhosting;");
aI("text=Network Services;showmenu=Networkservices;");
aI("text=Web Development;showmenu=Webdevelopment;");
aI("text=Software/Database Design;showmenu=custom;");
aI("text=Contact;showmenu=contact;");
aI("text=Support;showmenu=Support;");
}

with(milonic=new menuname("Aboutus")){
style=menuStyle;
aI("text=Home Page;url=http://www.demandtechnologies.co.uk/index.php;");
aI("text=Our Background;url=http://www.demandtechnologies.co.uk/background.php;");
aI("text=Why choose us?;url=http://www.demandtechnologies.co.uk/chooseus.php;");
}

with(milonic=new menuname("Webhosting")){
style=menuStyle;
aI("text=Features;url=http://www.demandtechnologies.co.uk/hostingfeat.php;");
aI("text=Packages;url=http://www.demandtechnologies.co.uk/hostingpack.php;");
aI("text=Data Center;url=http://www.demandtechnologies.co.uk/datacenter.php;");
aI("text=Domain Names;url=http://www.demandtechnologies.co.uk/domains.php;");
aI("text=Domain-Name Dispute-Resolution Policy;url=http://www.icann.org/udrp/udrp.htm;");
aI("text=Online Backup;url=http://www.demandtechnologies.co.uk/backupsol.php;");
aI("text=Order;url=http://www.demandtechnologies.co.uk/choosedomain.php;");
}

with(milonic=new menuname("Networkservices")){
style=menuStyle;
aI("text=Network Design & Installation;url=http://www.demandtechnologies.co.uk/netdes.php;");
aI("text=Network Management;url=http://www.demandtechnologies.co.uk/netman.php;");
aI("text=Network Security;url=http://www.demandtechnologies.co.uk/netsec.php;");
aI("text=Our Network Packages;showmenu=Networkpackages;");
//aI("text=Voice Over IP;url=http://www.demandtechnologies.co.uk/new/voip.php;");
//aI("text=Network Audits;url=http://www.demandtechnologies.co.uk/new/netaudits.php;");
//aI("text=Power Managment;url=http://www.demandtechnologies.co.uk/new/powerman.php;");
//aI("text=Remote Working;url=http://www.demandtechnologies.co.uk/new/remotework.php;");
//aI("text=SMS/Fax Solutions;url=http://www.demandtechnologies.co.uk/new/smsfax.php;");
}

with(milonic=new menuname("Webdevelopment")){
style=menuStyle;
aI("text=Internet Website;url=http://www.demandtechnologies.co.uk/webdes.php;status=Internet Website;");
aI("text=E-commerce;url=http://www.demandtechnologies.co.uk/ecomdev.php;");
aI("text=Intranet;url=http://www.demandtechnologies.co.uk/intranetdev.php;");
//aI("text=Extranet;url=http://www.demandtechnologies.co.uk/extranet.php;");
//aI("text=Customer Areas;url=http://www.demandtechnologies.co.uk/custareas.php;");
aI("text=Search Engine Optimisation & Submission;url=http://www.demandtechnologies.co.uk/searcheng.php;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Login;url=http://support.demandtechnologies.co.uk/;");
aI("text=Remote Support;url=http://www.demandtechnologies.co.uk/remotesupport.php;");
aI("text=Web Control Panel;url=http://host3.demandtechnologies.co.uk/;");
aI("text=Virus Information;url=http://www.demandtechnologies.co.uk/virusinfo.php;");
aI("text=Servers Status;url=http://status.demandtechnologies.co.uk/;");
aI("text=Report Site Problem;url=http://www.demandtechnologies.co.uk/reportprob.php;");
aI("text=Terms of Sale;url=http://www.demandtechnologies.co.uk/toc.php;");
}

with(milonic=new menuname("Custom")){
style=menuStyle;
aI("text=Custom Software;url=http://www.demandtechnologies.co.uk/softwaredev.php;");
aI("text=Database Design;url=http://www.demandtechnologies.co.uk/databasedes.php;");
//aI("text=Upsizing & Optimization;url=http://www.demandtechnologies.co.uk/upoptim.php;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Enquiry;url=http://www.demandtechnologies.co.uk/enquiry.php;");
aI("text=Contact Information;url=http://www.demandtechnologies.co.uk/contact.php;");
}

with(milonic=new menuname("Networkpackages")){
style=menuStyle;
aI("text=Package Features;url=http://www.demandtechnologies.co.uk/netpackfeatures.php;");
aI("text=Package Prices;url=http://www.demandtechnologies.co.uk/netpackprices.php;");
}


drawMenus();

