indextxt = Array();
indextxt[3] = "<div class='indexpageheader'>Our Clients</div>We at <b>ICOM Web Creations</b> are proud of our clients, who range from small retail companies to big corporations with multiple office locations and business activities, as well as artists, musicians, and actors.<p></p>The freedom of Internet gives us the opportunity to work with our clients across borders and continents as effectively as with the clients next door. 80% of our clients realize that the completion of our first project together is actually the beginning of a long-term cooperation.";
indextxt[2] = "<div class='indexpageheader'>Our Team</div>Our team consists of talented and experienced graphics designers, web programmers, database programmers, and content writers. All these ambitious and gifted specialists work together in a competent and aggressive team producing fast and high-quality results and meeting tough deadlines.";

indextxt[4] = "<div class='indexpageheader'>ICOM Web Creations</div><b>ICOM Web Creations</b> is a division of <b>ICOM Ltd</b> headquartered in Sofia, Bulgaria, and is specialized in Internet Business development and related services. Our works are notable for their original and clear graphic design, intuitive and appropriate interface which users enjoy.<p></p>ICOM Web Creations is an expert in Internet Business development and related services.";
indextxt[1] = "<div class='indexpageheader'>Our Mission</div>ICOM Web Creations exists to bring the power of Internet to all our clients and make their web sites an integral part of their businesses.";

<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function myFlash_DoFSCommand(command, args)                {
  var myFlashObj = InternetExplorer ? myFlash : document.myFlash;
  //alert (args);
  document.getElementById('content').innerHTML = indextxt[''+args+''];
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
  document.write('<SCRIPT LANGUAGE=VBScript\> \n');
  document.write('on error resume next \n');
  document.write('Sub myFlash_FSCommand(ByVal command, ByVal args)\n');
  document.write(' call myFlash_DoFSCommand(command, args)\n');
  document.write('end sub\n');
  document.write('</SCRIPT\> \n');
}
//-->
