var fldname = 'Land';

                 
var SL = 'selected="selected"';  
var xx = '';                    


document.writeln('<!-- Laenderauswahl -->');

document.writeln('<select name="' + fldname + '"size="1">');


if (xx != '') document.writeln('<option selected="selected"> </option>');


document.writeln('<option ' + SL + '>Schweiz</option><option>Deutschland</option><option>Österreich</option><option>Fürstentum Liechtenstein</option>');
document.writeln('<!-- Ende Laenderauswahl -->');