// JavaScript Document
<!--
function showData(){
	var Data = new Array()
	
Data[0] = "<span class='Ttl1'>&quot;Since stock trading is a mission critical financial application we need the mobile stock trading to be secured 100 per cent, end-to-end. User authentication has to be done from the existing back office server and users should be able to use their existing online trading user ID, password and trading PIN to access the mobile application as well&quot;</span><br><br>Addul Moshin Al Qarooni,<br>General Manager for IT <br>and On-line Trading at KMEFIC."
Data[1] = "<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[2] = "<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 mobile stock trading in the region&quot;</span><br><br>Tarek Elghazaly,<br>Project Manager at KMEFIC."
Data[3] = "<span class='Ttl1'>&quot;Mobile stock trading opened a whole new channel for our traders to reach the brokerage firm in a very secured and convenient way, Using Alawsat Mobile, our traders are able to trade in four markets directly while getting real-time stock quotes and other information for seven markets via a simple Java enabled mobile phone. This gave a great advantage to our traders by allowing them to perform anytime anywhere trading in both Arabic and English languages.&quot;</span><br><br>Addul Moshin Al Qarooni,<br>General Manager for IT and On-line Trading at KMEFIC."

var randomnumber=Math.floor(Math.random()*4);

	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")
}
// -->