//          ****************************************
//         *** CONTENT FOR THE 'CLIENTS' SCROLLER ***
//          ****************************************

//           *************************************
//         *** To add to either the clients list ***
//         *** or the news items, simply add to  ***
//         ***       the arrays below            ***
//           *************************************

//   Each element in the 'clients' array takes the following format:
//   clients[x]=["ClientName", "ClientLink"];
//   Where 'x' is the position of the element in the array, 'ClientName' is
//   the name of the client and 'ClientLink' is the URL to which the name
//   links

clients=new Array()
clients[0]=["DSA Approved Driving Instructors", ""];
clients[1]=["Latest DSA Training Techniques", ""];
clients[2]=["New Driver Training", ""];
clients[3]=["Pass Plus CoursesNew Driver Training", ""];
clients[4]=["Motorway Tuition", ""];
clients[5]=["Defensive Driving", ""];
clients[6]=["Refresher Lessons", ""];
clients[7]=["Intensive Courses", ""];
clients[8]=["Block Booking / Student Discounts", ""];
clients[9]=["Patient &amp; Friendly Instructors", ""];
clients[10]=["Nervous Pupils a Speciality", ""];

clients.sort();
//----------------------------------------------------------------------

//            *************************************
//           *** CONTENT FOR THE 'NEWS' SCROLLER ***
//            *************************************

//   Each element in the 'news' array takes the following format:
//   news[x]=["Date", "Headline", "BodyText"];
//   Where 'x' is the position of the element in the array, 'Date' is the
//   date, 'Headline' is the article headline and 'BodyText' is the main
//   article text

news=new Array()
news[0]=["01.08.2003", "We are hiring", "We are currently looking for Technical Support staff for our Berkshire office"];
news[1]=["21.07.2003", "Powys Office", "Our Powys office has moved to new location in Newtown"];
news[2]=["14.07.2003", "Website Additions", "Check out some of the new features on our website, including the latest <a href='viruses.html'>virus alerts</a>"];
news[3]=["01.06.2003", "Website Design", "We are pleased to announce a new approach to professional website design"];
news[4]=["01.04.2003", "New Website", "Take a look at our new totally revised website"];
news[5]=["01.10.2002", "New Support Contracts", "We are pleased to announce the launch of our revised service contracts which provide greater choice and flexibility"];
news[6]=["17.08.2002", "Berkshire Office", "We have just moved to new offices in Thatcham in Berkshire"];
news[7]=["01.08.2002", "We go international", "We are pleased to announce our first international client based in Germany"];



//-----------------------------------------------------------------------


//          *****************************************
//         *** CONTENT FOR THE 'SERVICES' SCROLLER ***
//          *****************************************

//   Each element in the 'services' array takes the following format:
//   services[x]=["TitleURL","Title", "BodyText"];
//   Where 'x' is the position of the element in the array, 'Title' is
//   the name of the service and 'BodyText' is the description

services=new Array()
services[0]=["nhs.html","Network and Hardware Support","We have the infrastructure and the internal systems to give your company support when it needs it. If we can't resolve your problem straight away, we will get a technician to phone you back - no more waiting on the phone for 10 minutes or longer."];
services[1]=["nsc.html", "Network Security Consultancy", "We can provide a security audit of your company and implement company-wide security solutions, anti-virus solutions, firewalls e.t.c. We can make your data safer."];
services[2]=["adsl.html", "ADSL Setup", "You might be considering purchasing a broadband Internet connection as the demand for this service is constantly growing but maybe you are unsure which package to choose or how best to install it."];
services[3]=["b2b.html", "B2B Software Services", "Demands on a company can mean that some projects are constantly delayed due to not having enough resources. Maybe an external review of your software line can revitalise flagging sales or highlight a new revenue stream? &nbsp;&nbsp; <a href='b2b_more.html'><img src='images/details.gif' border=0></a>"];
services[4]=["wsd.html", "Web Site Development", "We provide complete web site development solutions for our clients. We have the expertise to provide sites with a few static pages through to totally tailored, database driven e-commerce sites."];
services[5]=["wd.html", "Corporate Web-Design", "Your web site reflects your business. You make the decisions that affect what people will think of your company when they look at your site."];
services[6]=["ec.html", "E-Commerce", "Our e-commerce solutions are intuitive and easy to use."];
services[7]=["cms.html", "Content Management System", "A Content Management System (CMS) gives you an easy way to maintain the content of your web site"];
services[8]=["mi.shtml", "Manage IT", "Focus are in the process of finishing of an internet based project management program, code named, 'ManageIT'."];
services[9]=["bsd.html", "Software development", "Custom-made computer programs can dramatically improve your company's profitability. &nbsp;&nbsp;<a href='bsd_more.html'><img src='images/details.gif' border=0></a>"];
services[10]=["vitd.html", "Virtual IT Director", "Our long term goal is to become your business partner. For smaller companies, where the current company size doesn't justify a full time position, we position ourselves as your own IT Director."];
services[11]=["vits.html", "Virtual IT Support", "Focus is the perfect partner to outsource a large project to a software house."];
services[12]=["tc.html", "Technical Consultancy", "Usually there is a wide range of solutions, with an even wider range of cost and business implications. Let us help you make the best choice for your company. &nbsp;&nbsp; <a href='tc_more.html'><img src='images/details.gif' border=0></a>"];



//------------------------------------------------------------------------
























