<!-- windows-1252  -->
Countries = new Array();
Countries['SW'] = new Array();
Countries['SW'][0] = ['4-A', 'A Österrike'];
Countries['SW'][1] = ['1-AL', 'AL Albanien'];
Countries['SW'][2] = ['0-ALL', 'ALL Alla länder'];
Countries['SW'][3] = ['6-AM', 'AM Armenien'];
Countries['SW'][4] = ['7-AZ', 'AZ Azerbajdzan'];
Countries['SW'][5] = ['8-B', 'B Belgien'];
Countries['SW'][6] = ['15-BG', 'BG Bulgarien'];
Countries['SW'][7] = ['12-BIH', 'BIH Bosnien och Hercegovina'];
Countries['SW'][8] = ['11-BY', 'BY Vitryssland'];
Countries['SW'][9] = ['109-CH', 'CH Schweiz'];
Countries['SW'][10] = ['20-CY', 'CY Cypern'];
Countries['SW'][11] = ['22-CZ', 'CZ Tjeckien'];
Countries['SW'][12] = ['81-D', 'D Tyskland'];
Countries['SW'][13] = ['25-DK', 'DK Danmark'];
Countries['SW'][14] = ['43-E', 'E Spanien'];
Countries['SW'][15] = ['29-EST', 'EST Estland'];
Countries['SW'][16] = ['30-ET', 'ET Egypten'];
Countries['SW'][17] = ['135-EU', 'EU Europeiska Unionen'];
Countries['SW'][18] = ['36-F', 'F Frankrike'];
Countries['SW'][19] = ['32-FIN', 'FIN Finland'];
Countries['SW'][20] = ['59-FL', 'FL Liechtenstein'];
Countries['SW'][21] = ['123-GB', 'GB Storbritannien'];
Countries['SW'][22] = ['40-GE', 'GE Georgien'];
Countries['SW'][23] = ['39-GR', 'GR Grekland'];
Countries['SW'][24] = ['127-H', 'H Ungern'];
Countries['SW'][25] = ['18-HR', 'HR Kroatien'];
Countries['SW'][26] = ['130-I', 'I Italien'];
Countries['SW'][27] = ['50-IRL', 'IRL Irland'];
Countries['SW'][28] = ['58-KZ', 'KZ Kazakstan'];
Countries['SW'][29] = ['64-L', 'L Luxemburg'];
Countries['SW'][30] = ['60-LT', 'LT Litauen'];
Countries['SW'][31] = ['67-LV', 'LV Lettland'];
Countries['SW'][32] = ['74-M', 'M Malta'];
Countries['SW'][33] = ['79-MC', 'MC Monako'];
Countries['SW'][34] = ['78-MD', 'MD Moldavien'];
Countries['SW'][35] = ['71-MK', 'MK Makedonien'];
Countries['SW'][36] = ['136-MNE', 'MNE Montenegro'];
Countries['SW'][37] = ['85-N', 'N Norge'];
Countries['SW'][38] = ['46-NL', 'NL Nederländerna'];
Countries['SW'][39] = ['92-P', 'P Portugal'];
Countries['SW'][40] = ['88-PL', 'PL Polen'];
Countries['SW'][41] = ['99-RO', 'RO Rumänien'];
Countries['SW'][42] = ['100-RSM', 'RSM San Marino'];
Countries['SW'][43] = ['95-RUS', 'RUS Ryssland'];
Countries['SW'][44] = ['113-S', 'S Sverige'];
Countries['SW'][45] = ['102-SK', 'SK Slovakien'];
Countries['SW'][46] = ['106-SLO', 'SLO Slovenien'];
Countries['SW'][47] = ['57-SRB', 'SRB Serbien'];
Countries['SW'][48] = ['115-TJ', 'TJ Tadzjikistan'];
Countries['SW'][49] = ['117-TM', 'TM Turkmenistan'];
Countries['SW'][50] = ['116-TR', 'TR Turkiet'];
Countries['SW'][51] = ['120-UA', 'UA Ukraina'];
Countries['SW'][52] = ['124-UZ', 'UZ Uzbekistan'];
document.getElementById('fla').innerHTML = '<div id="divvv"><form method="get" action="http://sw.trans.eu/" target="blank"><label id="blok0" for="cz1">ledig frakt</label><label id="blok1" for="cz2">lediga fordon</label><p id="label3">Från:</p><p id="label6">Till:</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="kr1" name="ctrfrom"><option value="0">Välj land</option></select><select id="kr2" name="ctrto"><option value="0">Välj land</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="134" /><input type="hidden" name="lang" value="SW" /><input type="submit" value="Sök" id="divvv_submit" /><input type="hidden" id="from1" value="Lastning:" /><input type="hidden" id="from2" value="Från:" /><input type="hidden" id="to1" value="Lossning:" /><input type="hidden" id="to2" value="Till:" /></form></div>';document.getElementById('divvv').appendChild(document.getElementById('logo_o'));
         var langg = 'SW';
      
         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('kr1').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('kr2').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/49fef56975ese/49fef56975ese.css");
            element.setAttribute("type", "text/css");
            element.setAttribute("media", "screen");
            var variable_49fef56975ese = document.getElementsByTagName("head")[0];
            variable_49fef56975ese.appendChild(element);
         