function ShowForexRate(returner)
{
	function GetForexRow(Currency, Rate)
	{
	   // return '<tr ><td bgcolor="#94D8ED" class="BoxItem2" style="border-right:1px solid #4AAECC">&nbsp;', Currency, '</td><td class="BoxItem2" align=right bgcolor="#94D8ED"> ', Rate, '&nbsp;</td></tr><tr><td style="background-color:#4AAECC;height:1px "></td><td style="background-color: #4AAECC; height: 1px"></td></tr>';
		return '<tr bgcolor="#94D8ED"><td class=BoxItem2 style="border-right:1px solid #4AAECC">&nbsp;' + Currency + '</td><td class=BoxItem2 align=right bgcolor="#94D8ED">' + Rate + '&nbsp;</td></tr> <tr><td style="background-color:#4AAECC;height:1px "></td><td style="background-color: #4AAECC; height: 1px"></td></tr>';
	}
	if (!AddForexHeader('Forex', 'T&#7927; gi&#225;', 3, 'Service/i_Stock.gif'))
		return;
	var sHTML='';
	sHTML=sHTML.concat('<div style="position:relative;overflow:hidden;height:120px;width:140;">');
	sHTML=sHTML.concat('<div style="position:relative;overflow-y:scroll;height:120px;width:100%;">');
	sHTML=sHTML.concat('<table align=center width="100%" cellspacing=1 cellpadding=0 border=0 bgcolor="#94D8ED">');
	if (typeof(vForex1) !='undefined' && typeof(vCost1) !='undefined') sHTML=sHTML.concat(GetForexRow(vForex1, vCost1));
	if (typeof(vForex2) !='undefined' && typeof(vCost2) !='undefined') sHTML=sHTML.concat(GetForexRow(vForex2, vCost2));
	if (typeof(vForex3) !='undefined' && typeof(vCost3) !='undefined') sHTML=sHTML.concat(GetForexRow(vForex3, vCost3));
	if (typeof(vForex4) !='undefined' && typeof(vCost4) !='undefined') sHTML=sHTML.concat(GetForexRow(vForex4, vCost4));
	if (typeof(vForex5) !='undefined' && typeof(vCost5) !='undefined') sHTML=sHTML.concat(GetForexRow(vForex5, vCost5));
	if (typeof(vForex6) !='undefined' && typeof(vCost6) !='undefined') sHTML=sHTML.concat(GetForexRow(vForex6, vCost6));
	if (typeof(vForex7) !='undefined' && typeof(vCost7) !='undefined') sHTML=sHTML.concat(GetForexRow(vForex7, vCost7));
	if (typeof(vForex8) !='undefined' && typeof(vCost8) !='undefined') sHTML=sHTML.concat(GetForexRow(vForex8, vCost8));
	if (typeof(vForex9) !='undefined' && typeof(vCost9) !='undefined') sHTML=sHTML.concat(GetForexRow(vForex9, vCost9));
	if (typeof(vForex10)!='undefined' && typeof(vCost10)!='undefined') sHTML=sHTML.concat(GetForexRow(vForex10, vCost10));
	if (typeof(vForex11)!='undefined' && typeof(vCost11)!='undefined') sHTML=sHTML.concat(GetForexRow(vForex11, vCost11));
	if (typeof(vForex12)!='undefined' && typeof(vCost12)!='undefined') sHTML=sHTML.concat(GetForexRow(vForex12, vCost12));
	if (typeof(vForex13)!='undefined' && typeof(vCost13)!='undefined') sHTML=sHTML.concat(GetForexRow(vForex13, vCost13));
	if (typeof(vForex14)!='undefined' && typeof(vCost14)!='undefined') sHTML=sHTML.concat(GetForexRow(vForex14, vCost14));
	sHTML=sHTML.concat('</table>');
	sHTML=sHTML.concat('</div>');
	sHTML=sHTML.concat('</div>');
	AddForexFooter();
	//alert(sHTML);
	gmobj(returner).innerHTML = sHTML;
}
//function ShowForexRate()
//{
//	function AddCurrencyRate(Currency, Rate)
//	{
//		document.writeln('<tr ><td bgcolor="#94D8ED" class="BoxItem2" style="border-right:1px solid #4AAECC">&nbsp;', Currency, '</td><td class="BoxItem2" align=right bgcolor="#94D8ED"> ', Rate, '&nbsp;</td></tr><tr><td style="background-color:#4AAECC;height:1px "></td><td style="background-color: #4AAECC; height: 1px"></td></tr>');
//	}
//	if (!AddForexHeader('Forex', 'T&#7927; gi&#225;', 3, 'Service/i_Stock.gif'))
//		return;
//	if (typeof(vForex1) !='undefined' && typeof(vCost1) !='undefined') AddCurrencyRate(vForex1, vCost1);
//	if (typeof(vForex2) !='undefined' && typeof(vCost2) !='undefined') AddCurrencyRate(vForex2, vCost2);
//	if (typeof(vForex3) !='undefined' && typeof(vCost3) !='undefined') AddCurrencyRate(vForex3, vCost3);
//	if (typeof(vForex4) !='undefined' && typeof(vCost4) !='undefined') AddCurrencyRate(vForex4, vCost4);
//	if (typeof(vForex5) !='undefined' && typeof(vCost5) !='undefined') AddCurrencyRate(vForex5, vCost5);
//	if (typeof(vForex6) !='undefined' && typeof(vCost6) !='undefined') AddCurrencyRate(vForex6, vCost6);
//	if (typeof(vForex7) !='undefined' && typeof(vCost7) !='undefined') AddCurrencyRate(vForex7, vCost7);
//	if (typeof(vForex8) !='undefined' && typeof(vCost8) !='undefined') AddCurrencyRate(vForex8, vCost8);
//	if (typeof(vForex9) !='undefined' && typeof(vCost9) !='undefined') AddCurrencyRate(vForex9, vCost9);
//	if (typeof(vForex10)!='undefined' && typeof(vCost10)!='undefined') AddCurrencyRate(vForex10, vCost10);
//	if (typeof(vForex11)!='undefined' && typeof(vCost11)!='undefined') AddCurrencyRate(vForex11, vCost11);
//	if (typeof(vForex12)!='undefined' && typeof(vCost12)!='undefined') AddCurrencyRate(vForex12, vCost12);
//	if (typeof(vForex13)!='undefined' && typeof(vCost13)!='undefined') AddCurrencyRate(vForex13, vCost13);
//	if (typeof(vForex14)!='undefined' && typeof(vCost14)!='undefined') AddCurrencyRate(vForex14, vCost14);
//	AddForexFooter();
//}
//ShowForexRate();
