document.write('<form name="Opslag" action="javascript:void(0)" method="get">')document.write('<select name="Ord" onchange="SlaaOp()">')document.write('        <option value="#"    >V&aelig;lg en side om Miss KinkyMille her</option>')document.write('        <option value="#"    >------------------------------</option>')document.write('        <option value="Beskriv"    >Beskrivelse</option>')document.write('        <option value="Billeder"   >Billeder</option>')document.write('        <option value="index"      >Forsiden</option>')document.write('</select>')document.write('</form>')function SlaaOp(){    if (document.Opslag.Ord.selectedIndex>1)       {location = document.Opslag.Ord[document.Opslag.Ord.selectedIndex].value}}