function updateServiceDis(service) {
  switch (service) {
    case 'web_design':
      document.getElementById('servicemo_title').innerHTML = "Web Design";
      document.getElementById('servicemo_description').innerHTML = "The <b>ATAK Interactive</b> professional website design approach revolves around the concept that one must align brand, human, technical, and business goals to maximize the user experience…<a href='webdesign.htm'>read more</a>";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
	  break;
    case 'graphic_design':
      document.getElementById('servicemo_title').innerHTML = "Graphic Design";
      document.getElementById('servicemo_description').innerHTML = "<b>ATAK Interactive</b> provides eye catching brand development and graphic design services for a wide range of customers ranging from individuals to international corporations <a href='graphicdesign.htm'>read more</a>";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
      break;
    case 'web_programming':
      document.getElementById('servicemo_title').innerHTML = "Custom Programming";
      document.getElementById('servicemo_description').innerHTML = "<b>Need more than a simple web presence?</b> Make your organization stand out from the competition with ATAK Interactive content management systems, dynamic web based applications, stand alone application development, and interactive element development.<a href='customprogramming.htm'>read more</a>";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
      break;
    case 'ecommerce':
      document.getElementById('servicemo_title').innerHTML = "eCommerce";
      document.getElementById('servicemo_description').innerHTML = "An e-commerce internet store transforms a website on the internet into an electronic shop where maintenance and business costs are considerably lower than those of ordinary, classic shops…<a href='ecommerce.htm'>read more</a> ";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
      break;
    case 'hosting':
      document.getElementById('servicemo_title').innerHTML = "Hosting";
      document.getElementById('servicemo_description').innerHTML = "<b>ATAK Interactive</b> offers website hosting plans to cover all of your needs. From databases to security, small sites and large, we have a plan to meet your needs and will do most of the legwork such as setting up your domain and account free of charge... <a href='hosting.htm'>read more</a>";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
      break;
    case 'seo_sem':
      document.getElementById('servicemo_title').innerHTML = "SEO / SEM";
      document.getElementById('servicemo_description').innerHTML = "<b>ATAK Interactive</b> online marketing programs compliment any internet presentation… <a href='seo.htm'>read more</a>";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
      break;
    case 'animation':
      document.getElementById('servicemo_title').innerHTML = "Animation";
      document.getElementById('servicemo_description').innerHTML = "The ATAK Interactive flash designers give special attention to Flash animation and its importance in creating high quality internet presentation… <a href='animation.htm'>read more</a>";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
      break;
    case 'printing':
      document.getElementById('servicemo_title').innerHTML = "Printing";
      document.getElementById('servicemo_description').innerHTML = "<b>ATAK Interactive</b> offers advanced printing services designed for the high quality completion of any print job. We have a variety of printing solutions for anyone from individual and small businesses to Fortune 1000 companies… <a href='printing.htm'>read more</a>";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
      break;
    case 'it_consulting':
      document.getElementById('servicemo_title').innerHTML = "IT Consulting";
      document.getElementById('servicemo_description').innerHTML = "Our first concerns at <b>ATAK Interactive</b> are your business and how we can deploy the most cost-effective technology to fit the ever-changing requirements of your business…  <a href='itconsulting.htm'>read more</a>";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
      break;
    case 'maintenance':
      document.getElementById('servicemo_title').innerHTML = "Maintenance";
      document.getElementById('servicemo_description').innerHTML = "<b>ATAK Interactive</b> can maintain your current web site, systems, and network infrastructures whether we’ve designed it or not. Our team of professional website designers and developers strongly believe in the evolution of business websites…  <a href='maintenance.htm'>read more</a>";
      Cufon.replace('.index_services_box .text .hd', {fontFamily: 'Arial Narrow Special'});
      break;
  }

}
