  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>Corporate Description'
		 + '<p class=content>Ideo Concepts has been involved in the Internet solution business since 1998. We have been involved in various successful e-commerce and content management projects in Hong Kong, China, as well as United States. We are an experienced team who are specialized in every element needed from web site planning to web development and integration. '
		 + '<p>&nbsp;</P><p class=productheadings>Our Mission'
		 + '<p class=content>Ideo Concepts is built on the assumption that the management of information technology and the use of the Internet for business is not inherently a do-it-yourself prospect. Organizations which do not have in-house expertise in the IT or Internet arena need to find high quality vendors who they can partner with.'
		 + '<p class=content>Ideo Concepts is such a vendor. It serves its clients as a trusted ally, providing them with the loyalty of a business partner and the economics of an outside vendor. We ensure that our customers have what they need to take full advantage of the opportunities that technology and the Internet offers their business.'



		+ '<p class=productheadings>Management Team' 
		+ '<p class=content>A good management team is the core to success for Ideo Concepts: '
		+ '<p class=content>'
		
//		+ '<table><tr><td><li>Terence Kwan</tr></tr><tr><td><Br>Terence Kwan graduated with a BSc in Computer Science from London\'s Imperial College of Science and Technology in 1989. He moved back to Asia to take up a position with Citibank, where he worked as Vice President ¡V Financial Messaging, in both Hong Kong and Singapore. In this capacity he was responsible for building and supporting Citibank\'s critical financial messaging infrastructure in Asia. He left the Bank to found Ideo Concepts at the end of 1997. Since then he has been the CEO and is also responsible for all technical aspects of the web development projects undertaken by the company.</tr></tr></table>'
//<tr><td></tr></tr>
//<tr><td></tr></tr>'


		+ '<li><b>Terence Kwan</b><Br><Br>Terence Kwan graduated with a BSc in Computer Science from London\'s Imperial College of Science and Technology in 1989. He moved back to Asia to take up a position with Citibank, where he worked as Vice President ¡V Financial Messaging, in both Hong Kong and Singapore. In this capacity he was responsible for building and supporting Citibank\'s critical financial messaging infrastructure in Asia. He left the Bank to found Ideo Concepts at the end of 1997. Since then he has been the CEO and is also responsible for all technical aspects of the web development projects undertaken by the company. '
		+ '<p class=content>'
		+ '<li><b>Neil Hambleton</b><br><br> Neil Hambleton graduated from the University College London in 1985 with a BSc in Electronic Engineering and Computer Science. He subsequently worked with Logica UK Ltd., a highly regarded software house, before moving to Hong Kong where he was employed as Assistant Vice President in Citibank\'s financial messaging department. Here he was responsible for managing projects pertaining to the Bank\'s financial messaging infrastructure in Asia. Prior to joining Ideo Concepts he was responsible for all E-commerce development with Actionace, an on-line retailer. '




		 + '</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);






