// JavaScript Document


function change(what) {
where = document.getElementById("content_razon");
where.style.visibility='visible'
switch(what) {
      case 'r_experience':      
	  	where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_experiencia.gif" width="103" height="21" alt="Experience"><br><br>We have 8 years of experience serving the most demanding international markets.</p>';
		break;
      case 'r_quality':            
      	where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_calidad.gif" width="78" height="21" alt="Quality"><br><br>We adapt our development processes to the CMMi model.</p>';
		break;
      case 'r_flexibility': 
	  	where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_flexibilidad.gif" width="104" height="21" alt="Flexibility"><br><br>Our experienced and highly qualified Project Managers use a reliable project management system that addresses the specific needs of each project and optimizes quality, time, and budget.</p>';
		break;
      case 'r_communication':            
       where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_comunicacion.gif" width="132" height="21" alt="Communication"><br><br>We have methods in place that ensure an effective flow of communication between us and our clients. This system allows our clients to perform continuous monitoring of their projects, thus achieving greater efficiencies during the development process.</p>';
		break;
      case 'r_human_resources':            
      	where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_calhumana.gif" width="149" height="21" alt="Human Resources"><br><br>We believe employees are the most important asset of any organization.  Thus, we continuously invest in maintaining a "Best Place to Work" environment, creating long-term relationships with some of the best professionals in our industry.</p>';
		break;
      case 'r_vanguard': 
	  	where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_vanguardia.gif" width="104" height="21" alt="Vanguard"><br><br>We utilize the latest tools on the market to develop solutions and programming languages.</p>';
		break;
	  case 'r_partnership': 
	  	where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_partnership.gif" width="104" height="21" alt="Partnership"><br><br>We see ourselves as a virtual extension of your company&rsquo;s IT department, bringing the necessary technological abilities and know-how to support your existing infrastructure.</p>';
		break;
	  case 'r_skills': 
	  	where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_skills.gif" width="66" height="21" alt="Skills"><br><br>Our team of professionals is highly skilled in diverse technical abilities and able to program in more than 21 languages. </p>';
		break;
	  case 'r_presence': 
	  	where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_presencia.gif" width="96" height="21" alt="Presence"><br><br>With corporate headquarters in the United States and offices in Latin America and Europe, we are poised to maintain a personalized and permanent relationship in any country. Our strategic geographic location enables us to communicate with your team on your time.</p>';
		break;
	  case 'r_commitment':            
      	where.innerHTML='<p class="razons"><img src="../../images/english/sections/raz_compromiso.gif" width="115" height="21" alt="Commitment"><br><br>At Santex America, we take your goals and objectives as our own.</p>';
		break;
    }

}
