  var str, main, nested;



  str    = '';

  main   = '<table border=0 cellpadding=0 cellspacing=0 width="350" class=pagedesp2>'

		 + '<tr>'

         + '<td align=left valign=top>'
		 
		 + '<p class=productheadings>Product & Service'
		 
		 + '<p class=content><b>Both business and technical requirements are critical for a successful project. We develop detailed project plans, implementation strategies and test strategies to ensure everything is right on schedule. </b>'

		 + '<p class=content>To ensure we\'ve got what you need, we provide both specalizied web solutions and one-stop total solutions. '

		 + '<p class=content>In addition to our complete range of consultancy, system integration, web design and development services, we also offer application hosting for a cost-effective, state of the art content management system with membership subscription and syndication capabilities.'

		 + '<a name=sitedesign></a><p class=productheadings>Corporate Website Solutions' 
		
		 + '<p class=content>Designing a web site is very different from publishing your company brochure or a catalog. An effective website involves far more than producing eye-catching pages. Part of it involves creating a website that accurately reflects your brand and your business. It is essential that your site is able to deliver the information that your visitors are looking for. Our designers will work closely with you to produce designs that will meet these needs. Oh, and they\'ll make the site eye-catching too!'

 		 + '<p class=productheadings>Web Development'
		 
		 + '<p class=content>Ideo Concepts has a very strong web development unit, with extensive software development experience. Our particular strengths include development for corporate websites, e-commerce systems, content management and syndication systems and Internet portals. '

		 + '<p class=content>As the Internet evolves, web application development and integration has become significantly more complex. In addition good Internet expertise is becoming more expensive and harder to find. We are fortunate to have that talent in abundance. Why not put it to work for your organization?'

 		 + '<p class=productheadings>E-commerce Solutions '

		 + '<p class=content>Nothing embodied the hype surrounding the \"dotcoms\" in the late 1990\'s as much as e-commerce, as companies attempted to sell everything from pet food to groceries over the Internet in a variety of ill-conceived, and ultimately unsucessful ventures. However e-commerce is now making a comeback, with sales in the U.S. increasing by 26.9% in 2002. Asia is seeing a similar trend, which is helped even more as concerns over payment methods and security are being addressed and resolved. The difference this time is that companies are basing ventures on the very real advantages that e-commerce provides, such as cost-effective market development; aggregation of niche markets; personalized products and services; increases in efficiency; enchanced emarketing capabilities; and vastly improved customer service. '

 		 + '<p class=productheadings>eMarketing Solutions'

		 + '<p class=content>The growing population of Internet surfers create a new market place for businesses. Effectively using the Internet can help companies to achieve marketing success. Our technology and experience can assist you to reach your emarketing goals through online marketing campaigns, CRM, membership subscription, bulk mail delivery and much more. '

		 + '<p class=productheadings>Database Applications'

		 + '<p class=content>Web based database applications are a growing need across the globe. Not only can they manage your information effectively and efficiently but also provide a channel for management to better control the company\'s assets. This can significantly increase your company\'s competitiveness in the global market place. Our experts can help you to tailor your database needs into a reality which meets your goals. '

		 +'<p class=productheadings>Integration'

		 +'<p class=content>As the world becomes more connected, it is increasingly important to be able to integrate different systems and applications together. Whether this includes syndicating content for a content management system, or providing a corporate website built on different technology platforms, the goal is a seamless environment, where the different technologies and platforms are hidden, yet operate efficiently and effectively together.' 

		 +'<p class=content>Systems Integration could mean the difference between a successful e-business initiative and a failure. Our staff are here to make your initiative a success'

		 +'<p class=productheadings>Application Hosting & Support'

		 +'<p class=content>Our application hosting platform supports the traditional content management functions as well as content syndication, and membership and subscription capabilities. '

		 +'<p class=content>We believe this is an area that will expand dramatically over the next few years, and have enhanced our application platforms to meet this demand.'

//		 +'<p>&nbsp;</P><p class=productheadings>Support'

		 +'<p class=content>A successful implementation is just the beginning. Ideo Concepts can help you maintain and manage your site. We can provide web hosting, maintenance, analysis, management and ongoing technical support to ensure the best service for your business. '

		 + '</td>'	
         + '</tr>'

         + '</table>';

  nested = '<font color="#ffffff" face="Arial,Helvetica" size=2>'

         + '<b>&nbsp\;</b>'

         + '</font>';



  if (isMinNS4)

    str = '<layer name="main" width=370 visibility="hidden">'

        + '<layer name="nested" left=4 top=4 visibility="inherit" width=150>' + nested + '</layer>'

        + main

        + '</layer>';

  if (isMinIE4)

    str = '<div id="main" style="position:absolute; visibility:hidden; width:350px;">'

        + '<div id="nested" style="position:absolute; left:4px; top:4px; visibility:inherit; width:150px;">'

        + nested + '</div>'

        + main

        + '</div>';



  document.writeln(str);





