<!--

function addQuickLinks () {
var hpStr;

hpStr = '<table width="100">'+
'  <tr> '+
'    <td>'+ 
'      <p><img src="' + path + 'images/pixel.gif" width="1" height="4" ALT=""><br>'+
'        <img alt="jump to" src="' + path + 'images/jump_to.gif" WIDTH="64" HEIGHT="15"><br>'+
'        <select id="selectCommercial" name="selectCommercial" onchange="goPicker(this)" style="width: 185px;">'+
'          <option value="javascript:void" selected>Ticari Bankacılık '+
'          <option value="">-------------------------------------------- '+
'          <option value="bsegment/cbg/applicat.htm">Başvurular'+
'          <option value="bsegment/cbg/branches.htm">Şubelerimiz'+
'          <option value="">-------------------------------------------- '+
'          <option value="bsegment/cbg/product/index.htm">Ürün &amp; Hizmetlerimiz:'+
'          <option value="">-------------------------------------------- '+
'          <option value="bsegment/cbg/product/cashmng/index.htm">&nbsp;&nbsp;&nbsp;- Nakit Yönetimi '+
'          <option value="bsegment/cbg/product/trade/index.htm">&nbsp;&nbsp;&nbsp;- Dış Ticaret '+
'          <option value="bsegment/cbg/product/treasury/index.htm">&nbsp;&nbsp;&nbsp;- Hazine '+
'          <option value="bsegment/cbg/product/citileas/index.htm">&nbsp;&nbsp;&nbsp;- Citilease '+
'          <option value="bsegment/cbg/product/citiserv/index.htm">&nbsp;&nbsp;&nbsp;- CitiService '+
'          <option value="bsegment/cbg/product/loans/index.htm">&nbsp;&nbsp;&nbsp;- Krediler '+
'        </select>'+
'        <img src="' + path + 'images/pixel.gif" width="1" height="4" ALT=""><br>'+
'        <select id="selectCorporate" name="selectCorporate" onChange="goPicker(this)" style="width: 185px;">'+
'          <option value="javascript:void" selected>Kurumsal Bankacılık'+
'          <option value="">-------------------------------------------- '+
'          <option value="bsegment/index.htm">İş Segmentleri: '+
'          <option value="">-------------------------------------------- '+
'          <option value="gcib.htm">&nbsp;&nbsp;&nbsp;- Kurumsal Bankacılık & '+
'          <option value="gcib.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yatırım Bankacılığı '+
'          <option value="bsegment/fin_ins/index.htm">&nbsp;&nbsp;&nbsp;- Finansal Kurumlar '+
'          <option value="bsegment/public/index.htm">&nbsp;&nbsp;&nbsp;- Kamu Sektörü '+
'          <option value="bsegment/npc/index.htm">&nbsp;&nbsp;&nbsp;- Kafkasya & Orta Asya '+
'          <option value="bsegment/cbg/index.htm">&nbsp;&nbsp;&nbsp;- Ticari Bankacılık '+
'          <option value="">-------------------------------------------- '+
'          <option value="product/index.htm">Ürün & Hizmetlerimiz: '+
'          <option value="">-------------------------------------------- '+
'          <option value="product/cashmng/index.htm">&nbsp;&nbsp;&nbsp;- Nakit Yönetimi '+
'          <option value="product/trade/index.htm">&nbsp;&nbsp;&nbsp;- Dış Ticaret '+
'          <option value="product/treasury/index.htm">&nbsp;&nbsp;&nbsp;- Hazine '+
'          <option value="product/custody/index.htm">&nbsp;&nbsp;&nbsp;- Menkul Kıymet '+
'          <option value="product/custody/index.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Saklama Hizmetleri '+
'          <option value="product/corpfin/index.htm">&nbsp;&nbsp;&nbsp;- Kurumsal Finans & '+
'          <option value="product/corpfin/index.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Uzun Dönemli Dış Ticaret '+
'          <option value="product/corpfin/index.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Finansmanı & Para Piyasaları'+
'          <option value="bsegment/cbg/product/citileas/index.htm">&nbsp;&nbsp;&nbsp;- Citilease '+
'          <option value="product/citiserv/index.htm">&nbsp;&nbsp;&nbsp;- CitiService '+
'          <option value="product/asset/index.htm">&nbsp;&nbsp;&nbsp;- Varlığa Dayalı Finansman '+
'          <option value="product/loans/index.htm">&nbsp;&nbsp;&nbsp;- Krediler '+
'        </select>'+
'      </p>'+
'    </td>'+
'  </tr>'+
'</table>';

document.write(hpStr);

}

//-->
           


