var conteudoIT1 = "In order to supply the constant demand for new requirements in the Brazilian financial market, Fiveware Solutions owns methods and processes of engineering, it also architects specific customized solutions for financial institutions";
var conteudoIT2 = "We follow the RUP (Rational Unified Process) and XP development methodology, pledging tools that speed the phases of requirements survey, construction and tests, with applications in various platforms, languages, data bases and operational systems. ";
var conteudoIT3 = "Fiveware Solutions is able to implement the maintenance of the systems of your company with ability and pro-activity, acting in the urgent maintenance as well as in the planned one.";
var conteudoIT4 = "We deeply evaluate each project, deadlines and involved costs, so that it is possible to create solutions lined up to the business-oriented strategies of the companies, always following recognized processes and methods in the market and looking forward to achieving the full satisfaction and attendance according to the expectations. SOA, JBI, Enterprise Service Bus and blending of services that are part of our skill for platforms integration.";
var conteudoIT5 = "Based on experiences and a work methodology committed with the best practices and processes, besides the use of tools that boast the development, we have built high quality applications, creating cost and risk reductions in projects.";
var conteudoIT6 = "Fiveware Solutions also offers on site training, personalized in java, NET, XML and Web Services SOA, object oriented analysis and design, JEE  corporative development, and others. Our instructors are architects and programmers certified by Sun Microsystems, Microsoft and IBM, with experience in applications of critical mission.";
var conteudoIT7 = "Fiveware helps companies and IT organizations respond promptly to new technology demands by providing: <br><br>-Software Architects<br>-Technical Leadership<br>-Developers";




function expand(id) {
	for (i = 1; i < 8; i++) {
		var auxIT = document.getElementById("IT" + i);
			if (i == id) {
			
				if(auxIT.innerHTML != ''){
					auxIT.innerHTML = '';
				}else
					auxIT.innerHTML = eval('conteudoIT' + i);
			}
			else
				auxIT.innerHTML = '';
	}
}

