//Script for contents of drop down menus

//-------------change these elements only. Be sure that the format re_selfs the same-----------
// ie. menu(number)[array number]='<a href="../content/(URL%20of%20link)" target="_self">(name of link)</a><br>'
//the lists will not work unless you keep to this format-------------------------------------


//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="content/bigpic.asp" target="_self" title="Using web technology is all about seeing the big picture..." class="submenu" >The big picture</a><br>'
menu1[1]='<a href="content/webapp.asp" target="_self" title="What exactly is a web application? Let us explain..." class="submenu" >What is a web app?</a><br>'
menu1[2]='<a href="content/webserv.asp" target="_self"  class="submenu" title="What is a web service? Let us explain..." >What is a web service?</a><br>'
menu1[3]='<a href="content/why.asp" target="_self"  class="submenu" title="What are web apps and services important for your business?">Why are they important?</a><br>'
menu1[4]='<a href="content/architecture.asp" target="_self"  class="submenu" title="Trying to decide what your web architecture should be can be confusing. We try to simplify the options">Web Architecture</a><br>'
menu1[5]='<a href="content/asp.asp" class="submenu" target="_self" title="The popular server-side scripting language from Microsoft">ASP</a><br>'
menu1[6]='<a href="content/jsp.asp"  class="submenu" target="_self" title="Java Server Pages is the Sun answer to rapid web development">JSP</a><br>'
menu1[7]='<a href="content/comparison.asp"  class="submenu" target="_self" title="A direct comparison between ASP and JSP">Comparing JSP and ASP</a><br>'
menu1[8]='<a href="content/java.asp" class="submenu"  target="_self" title="A look and comparision of the Sun developed multi-platform language">Java</a><br>'
menu1[9]='<a href="content/dotnet.asp"  class="submenu"target="_self" title="A look at the new development environment from Microsoft">.Net</a><br>'
menu1[10]='<a href="content/coldfusion.asp"  class="submenu"target="_self" title="A look at Cold Fusion">Cold Fusion</a><br>'
menu1[11]='<a href="content/php.asp"  class="submenu" target="_self" title="The lightweight and popular server language for Unix servers">PHP</a><br>'
menu1[12]='<a href="content/xml.asp" class="submenu" target="_self" title="XML is all about data, but how can it help you?">XML/XSL</a><br>'
menu1[13]='<a href="content/comparison2.asp" class="submenu" target="_self" title="A direct comparison between Microsoft .NET initiative and Sun J2EE" >Comparing .NET & J2EE</a><br>'
menu1[14]='<a href="content/integrated.asp" class="submenu" target="_self" title="Find out about our intergrated development approach" >Integrated development</a><br>'

//Contents for menu 2
var menu3=new Array()
menu3[0]='<a href="content/dynamic.asp" target="_self" class="submenu" title="What is the difference between a static site and a dynamic site">Dynamic sites</a><br>'
menu3[1]='<a href="content/design.asp" target="_self" class="submenu" title="Find out about our web design">Web Design</a><br>'
menu3[2]='<a href="content/flash.asp" target="_self" class="submenu" >Flash</a><br>'


//Contents for menu 3
var menu4=new Array()
menu4[0]='<a href="content/intapproach.asp" target="_self" class="submenu" >Our integrated approach</a><br>'
menu4[1]='<a href="content/webdesign.asp" target="_self" class="submenu" >Web Design</a><br>'
menu4[2]='<a href="content/guidesign.asp" target="_self" class="submenu" >GUI creation</a><br>'
menu4[3]='<a href="content/photography.asp" target="_self" class="submenu" >Photoshop/Photography</a><br>'

//Contents for menu 4
var menu5=new Array()
menu5[0]='<a href="content/skilledpeople.asp" target="_self"  title="Case study for Skilled People.com, an ASP.Net mature employment register." class="submenu" >Skilled People.com ASP.Net</a><br>'
menu5[1]='<a href="content/Bookeaze.asp" target="_self"  title="Case study for implementing an XML web service for the publishing industry" class="submenu" >XML web service case study</a><br>'
menu5[2]='<a href="content/EBRD.asp" target="_self"  title="Case study for implementing a content management system at the European Bank of Resource and Development" class="submenu" >EBRD case study</a><br>'
menu5[3]='<a href="content/EMC.asp" target="_self" class="submenu" title="Case study for the creation of an online pet store for Mars plc in conjunction with ad agency EMC Saatchi" >Mars/EMC Saatchi case study</a><br>'
menu5[4]='<a href="content/ABN.asp" target="_self" class="submenu" >ABN Amro case study</a><br>'
menu5[5]='<a href="content/C&W.asp" target="_self" class="submenu" >Cable & Wireless case study</a><br>'
menu5[6]='<a href="content/SocGen.asp" target="_self" class="submenu" >Society Generale case study</a><br>'
menu5[7]='<a href="content/CV_mar2004.doc" target="_self" class="submenu" >Our CV</a><br>'
menu5[8]='<a href="content/applinks.asp" target="_self" class="submenu" >Links to demo sites</a><br>'



//------------end of drop list script---------------








