//          ****************************************
//         *** 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()

//----------------------------------------------------------------------

//            *************************************
//           *** 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]=["Info", "Telephone Support number", "All support calls should be made to 08707 66 11 50"];
news[1]=["6 April 2005", "Special Offer Launch", "A special offer was launched today in the Newbury Weekly News.  A free server or desktop without any support contract taken out. See <a href='specialoffer.html'>Special Offer</a>"];
news[2]=["5 April 2005", "Website Updated", "Our website was last updated on this date"];
news[3]=["10 March 2005", "Focus address spyware", "We are now a reseller for the industry standard in anti-spyware software, Ad-Aware.  We provide the licensed product which runs like an anti-virus service and stops the spyware before it gets onto the machine."];
news[4]=["1 March 2005", "Remote Access Support", "We have to report that our new Remote Access Support option, is a success.  Clients that have taken up the services seem very happy and are in closer contact with us.  We have seen a <b>marked</b> reduction in errors on the managed servers."];
//-----------------------------------------------------------------------


//          *****************************************
//         *** 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.html", "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>"];



//------------------------------------------------------------------------
























