<!-- windows-1254  -->
Countries = new Array();
Countries['TR'] = new Array();
Countries['TR'][0] = ['4-A', 'A Avusturya'];
Countries['TR'][1] = ['1-AL', 'AL Arnavutluk'];
Countries['TR'][2] = ['0-ALL', 'ALL Bütün ülkeler'];
Countries['TR'][3] = ['6-AM', 'AM Ermenistan'];
Countries['TR'][4] = ['7-AZ', 'AZ Azerbeycan'];
Countries['TR'][5] = ['8-B', 'B Belçika'];
Countries['TR'][6] = ['15-BG', 'BG Bulgaristan'];
Countries['TR'][7] = ['12-BIH', 'BIH Bosna Hersek'];
Countries['TR'][8] = ['11-BY', 'BY Beyaz rusya'];
Countries['TR'][9] = ['109-CH', 'CH İsviçre'];
Countries['TR'][10] = ['20-CY', 'CY Kıbrıs'];
Countries['TR'][11] = ['22-CZ', 'CZ Çek cum.'];
Countries['TR'][12] = ['81-D', 'D Almanya'];
Countries['TR'][13] = ['25-DK', 'DK Danimarka'];
Countries['TR'][14] = ['43-E', 'E İspanya'];
Countries['TR'][15] = ['29-EST', 'EST Estonya'];
Countries['TR'][16] = ['30-ET', 'ET Mısır'];
Countries['TR'][17] = ['135-EU', 'EU Avrupa Birliği'];
Countries['TR'][18] = ['36-F', 'F Fransa'];
Countries['TR'][19] = ['32-FIN', 'FIN Finlandiya'];
Countries['TR'][20] = ['123-GB', 'GB İngiltere'];
Countries['TR'][21] = ['40-GE', 'GE Gürcüstan'];
Countries['TR'][22] = ['39-GR', 'GR Yunanistan'];
Countries['TR'][23] = ['127-H', 'H Macaristan'];
Countries['TR'][24] = ['18-HR', 'HR Hırvatistan'];
Countries['TR'][25] = ['130-I', 'I İtalya'];
Countries['TR'][26] = ['50-IRL', 'IRL İrlanda'];
Countries['TR'][27] = ['58-KZ', 'KZ Kazakistan'];
Countries['TR'][28] = ['64-L', 'L Lüksemburg'];
Countries['TR'][29] = ['60-LT', 'LT Litvanya'];
Countries['TR'][30] = ['67-LV', 'LV Letonya'];
Countries['TR'][31] = ['74-M', 'M Malta'];
Countries['TR'][32] = ['75-MA', 'MA Monako'];
Countries['TR'][33] = ['79-MC', 'MC Monako'];
Countries['TR'][34] = ['78-MD', 'MD Moldavya'];
Countries['TR'][35] = ['71-MK', 'MK Makedonya'];
Countries['TR'][36] = ['136-MNE', 'MNE Karadağ'];
Countries['TR'][37] = ['85-N', 'N Norveç'];
Countries['TR'][38] = ['46-NL', 'NL Hollanda'];
Countries['TR'][39] = ['92-P', 'P Portekiz'];
Countries['TR'][40] = ['88-PL', 'PL Polonya'];
Countries['TR'][41] = ['99-RO', 'RO Romanya'];
Countries['TR'][42] = ['100-RSM', 'RSM San Marino'];
Countries['TR'][43] = ['95-RUS', 'RUS Rusya'];
Countries['TR'][44] = ['113-S', 'S İsveç'];
Countries['TR'][45] = ['102-SK', 'SK Slovakya'];
Countries['TR'][46] = ['106-SLO', 'SLO Slovenya'];
Countries['TR'][47] = ['57-SRB', 'SRB Sırbistan'];
Countries['TR'][48] = ['115-TJ', 'TJ Tacikistan'];
Countries['TR'][49] = ['117-TM', 'TM Türkmenistan'];
Countries['TR'][50] = ['116-TR', 'TR Türkiye'];
Countries['TR'][51] = ['120-UA', 'UA Ukrayna'];
Countries['TR'][52] = ['124-UZ', 'UZ Özbekistan'];
document.getElementById('fla').innerHTML = '<div id="divvv"><form method="get" action="http://tr.trans.eu/" target="blank"><p id="blok1">Şuan için <span style="color: #5d4100; position: relative; font-size: inherit; top:0; left:0;">36889</span> mevcut güncel bildirimimiz var</p><label id="blok2" for="cz1">Yük bildirimleri</label><label id="blok3" for="cz2">Boş araçlar</label><p id="blok4">Ülke:</p><p id="label3">:ye</p><p id="label6">:ten</p><input type="checkbox" checked="true" id="cz1" value="1" onclick="checkBoxes();" /><input type="checkbox" checked="true" id="cz2" value="2" onclick="checkBoxes();" /><input type="hidden" name="trsmsgtp" id="trscheck" value="" /><select id="kr2" name="ctrto"><option value="0">Ülke seç</option></select><select id="kr1" name="ctrfrom"><option value="0">Ülke seç</option></select><input type="hidden" name="xfrom" id="xfrom" value="" /><input type="hidden" name="yfrom" id="yfrom" value="" /><input type="hidden" name="xto" id="xto" value="" /><input type="hidden" name="yto" id="yto" value="" /><input type="hidden" name="plfrom" id="plfrom" value="" /><input type="hidden" name="plto" id="plto" value="" /><input type="hidden" name="partner_id" id="partner_id" value="192" /><input type="hidden" name="lang" value="TR" /><input type="submit" value="Ara" id="divvv_submit" /><input type="hidden" id="from1" value="Yükleme:" /><input type="hidden" id="from2" value=":ye" /><input type="hidden" id="to1" value="Boşaltma:" /><input type="hidden" id="to2" value=":ten" /></form></div>';document.getElementById('divvv').appendChild(document.getElementById('logo_o'));document.getElementById('divvv').appendChild(document.getElementById('translink'));document.getElementById('divvv').appendChild(document.getElementById('translink2'));
         var langg = 'TR';
      
         function gis(id1, id2) {
            var sel = document.getElementById(id2);
            if(id2=="mi1") { var co = "from" }
            else { var co = "to" }
            document.getElementById("pl"+co).value = sel.options[sel.selectedIndex].text; 
            document.getElementById("x"+co).value = Cities[document.getElementById(id1).value][document.getElementById(id2).value][1];
            document.getElementById("y"+co).value = Cities[document.getElementById(id1).value][document.getElementById(id2).value][2];
         }
      
            function checkBoxes() {
            if(document.getElementById('cz1').checked && document.getElementById('cz2').checked) document.getElementById('trscheck').value=0;
            else if(!document.getElementById('cz1').checked && !document.getElementById('cz2').checked) document.getElementById('trscheck').value=0;
            else {
            if(document.getElementById('cz1').checked) document.getElementById('trscheck').value=1;
            if(document.getElementById('cz2').checked) document.getElementById('trscheck').value=2;
            }
            if(document.getElementById('trscheck').value==2 || document.getElementById('trscheck').value==0) {
            document.getElementById('label3').innerHTML=document.getElementById('from2').value;
            document.getElementById('label6').innerHTML=document.getElementById('to2').value;
            } else { 
            document.getElementById('label3').innerHTML=document.getElementById('from1').value;
            document.getElementById('label6').innerHTML=document.getElementById('to1').value;
            }
         }
      
            function mi(id1,id2) {
               var pom = document.getElementById(id2).options[document.getElementById(id2).selectedIndex].text;
               if(document.getElementById(id1).value!=0) { 
               for(i=1;i<200;i++){ document.getElementById(id2).options[0]=null; }
               document.getElementById(id2).disabled=false;
               document.getElementById(id2).options[0] = new Option(pom);
               for(i=1;i<Cities[document.getElementById(id1).value].length;i++) {
               var kol = i+1; document.getElementById(id2).options[kol] = new Option(Cities[document.getElementById(id1).value][i][0],i);
            }
            var ostatni = i-1; 
      
         document.getElementById(id2).options[1] = new Option(Cities[document.getElementById(id1).value][ostatni][0],0);
         Cities[document.getElementById(id1).value][0]=new Array(Cities[document.getElementById(id1).value][ostatni][0],Cities[document.getElementById(id1).value][ostatni][1],Cities[document.getElementById(id1).value][ostatni][2]);
         document.getElementById(id2).options[ostatni+1] = null;
         }
         else {
         document.getElementById(id2).options[0].selected = true; document.getElementById(id2).disabled=true; }
         }
         function chlab(id) {
         if(document.getElementById(id).value==2) {
         document.getElementById('label3').innerHTML=document.getElementById('from2').value;
         document.getElementById('label6').innerHTML=document.getElementById('to2').value;
         } else { 
         document.getElementById('label3').innerHTML=document.getElementById('from1').value;
         document.getElementById('label6').innerHTML=document.getElementById('to1').value;
         }
         }
      for(var i=0;i<Countries[langg].length;i++) {var kol = i+1; document.getElementById('kr2').options[kol] = new Option(Countries[langg][i][1], Countries[langg][i][0]);}for(var i=0;i<Countries[langg].length;i++) {var kol = i+1; document.getElementById('kr1').options[kol] = new Option(Countries[langg][i][1], Countries[langg][i][0]);}
            var element = document.createElement("link");
            element.setAttribute("rel", "stylesheet");
            element.setAttribute("href", "http://banners.rst.com.pl/wyszukiwarki/49f70509b57tr/49f70509b57tr.css");
            element.setAttribute("type", "text/css");
            element.setAttribute("media", "screen");
            var variable_49f70509b57tr = document.getElementsByTagName("head")[0];
            variable_49f70509b57tr.appendChild(element);
         
