function over(elem)
{
  var text="";
  if (elem == 0)
    text = "<p>Stop dealing with dodgy tech support on managed hosting service providers! Stop worrying about the next time your services unexpectedly are going to go down, and who is going to fix it for you. Hire a dedicated server administrator for your server.</p>";
  if (elem == 1)
    text = "<p>Having some one available 24/7 to respond to your server emergencies will increase the availability of your web applications to its target audience.</p><p>You will be able to focus more on your content and service towards your users, without having to worry about potential breakdowns.</p>";
  if (elem == 2)
    text = "<p>Security is vital for almost every web application. Great care will be taken in following the best security practices, keeping up with the latest security patches for the server OS, and ensuring a secure environment to run your server applications in.</p><p>This also includes having secure multi-user access on the server, with multiple access levels, which can have different features, depending on your needs.</p>";
  if (elem == 3)
    text = "<p>Bandwidth is increasingly valuable, therefore content compression and caching for different services can be installed.</p>";
  if (elem == 4)
    text = "<p>Direct contact and communication ensures you know what's happening on/with your server.</p><p>Different people have different needs, as do servers. If you have a special need not covered on this website, I will be more than happy to discuss the project with you.</p>";
  if (document.getElementById) document.getElementById('disp').innerHTML = text;
  if (document.all) document.all.disp.innerHTML = text;
}

