// JavaScript Document
<!--
function showData(){
	var Data = new Array()
	
Data[0] = "<span class='Ttl1'>&quot;We are impressed <br> with hSenid&rsquo;s professionalism and expertise in developing some of the core middleware for M1. This has enabled us to introduce smart and innovative services to market quickly&quot;</span><br><br>Shua Swee Kiat<br>General Manager,<br>Corporate Communications,<br>Mobile1 Singapore"
Data[1] = "<span class='Ttl1'>&quot;We are extremely happy to work with hSenid on our core development platform. We are impressed with their high level of skills and ability to adopt. hSenid is simply a thought leader in IT outsourcing industry and we are proud to work with them.&quot;</span><br><br>Raomal Perera<br>CEO Valista"
Data[2] = "<span class='Ttl1'>&quot;hSenid&rsquo;s expertise in mobile technologies has allowed us to quickly bring on board an unique, well customised and user friendly mChoice Banking solution which handles mobile transactions with a high degree of security.&quot;</span><br><br>Ranjith Narangoda<br>Dep. General Manager Systems Development,<br>eBanking and Card Center,<br>Sampath Bank"
Data[3] = "<span class='Ttl1'>&quot;If the software is running live, we can do a test in a separate path. hSenid took the initiative to develop that within their code. I don&rsquo;t see how other vendors can match up in terms of the quality of software and the delivery time.&quot;</span><br><br>Tan Tiong Heng,<br>General Manager of Core Networks Planning,<br>Mobile 1,<br>Singapore."
Data[4] = "<span class='Ttl1'>&quot;KMEFIC is the only financial institution to offer such a complete product suite in Kuwait and some traders have switched to us from competitors, because of these unique services, The existing customers are also really happy about these services and they don&rsquo;t have a reason to move to another brokerage firm&quot;</span><br><br>Addul Moshin Al Qarooni,<br>General Manager for IT <br>and On-line Trading at KMEFIC."
Data[5] = "<span class='Ttl1'>&quot;The commitment of the hSenid team was outstanding, The quality of the product was of a high standard and we encountered very few bugs in the internal testing cycle. Even though we faced some delays from the third-party hardware vendor, hSenid delivered the project on target and this made it possible for us to be the leader in rolling out mChoice  Stocktrading in the region&quot;</span><br><br>Tarek Elghazaly,<br>Project Manager at KMEFIC."
Data[6] = "<span class='Ttl1'>&quot;mChoice stocktrading opened a whole new channel for our traders to reach the brokerage firm in a very secured and convenient way.&quot;</span><br><br>Addul Moshin Al Qarooni,<br>General Manager for IT and On-line Trading at KMEFIC."
Data[7] = "<span class='Ttl1'>&quot;Since we launched the application in June 2006, the down time has been zero and we have been really impressed by the product stability, We also managed to reduce the project cost considerably by using open source.&quot;</span><br><br>Tarek Elghazaly,<br>Project Manager at KMEFIC."
Data[8] = "<span class='Ttl1'>&quot; We selected hSenid mChoice SDP after reviewing many SDP’s in the market. We believe hSenid’s SDP will provide the necessary requirements for M1 to run its services more effectively and efficiently in the future.&quot;</span><br><br>Tan Tiong Heng,<br>General Manager of Core Networks Planning,<br>Mobile 1,<br>Singapore."
var randomnumber=Math.floor(Math.random()*8);

	document.write(Data[randomnumber]);
}
function DounloadRequest(file,type) {
 var sub =  file ;
 var sub1 =  type ;
 window.open("download_request.php?file="+sub+"&type="+sub1,"","toolbar=no , scrollbars=yes , resizable=1 , width=680 , height=410, status=0")
}
// -->