// Copyright (c) 2002 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com
// info@24fun.com
// 2/11/2002

function openurl(){
	if (document.dropdown.menu.options[document.dropdown.menu.selectedIndex].value!="seperator") {
location=document.dropdown.menu.options[document.dropdown.menu.selectedIndex].value
	}
}

document.write('<select name="menu" size=1 style="color:#430000;background-color:#eee1ce">');
document.write('<option value="diskografi-l.html">Finn artist - L - Antall 17 stk</option>');
document.write('<option value="seperator">----------------------------------------</option>');
document.write('<option value="#LaBrieJames">LaBrie, James</option>');
document.write('<option value="#LambOfGod">Lamb Of God</option>');
document.write('<option value="#Landberk">Landberk</option>');
document.write('<option value="#Landmarq">Landmarq</option>');
document.write('<option value="#LaneLana">Lane, Lana</option>');
document.write('<option value="#LevinTony">Levin, Tony</option>');
document.write('<option value="#Libra">Libra</option>');
document.write('<option value="#LienHelge">Lien, Helge</option>');
document.write('<option value="#Life">Life</option>');
document.write('<option value="#LindquistFreddy">Lindquist, Freddy</option>');
document.write('<option value="#LiquidTensionExperiment">Liquid Tension Experiment</option>');
document.write('<option value="#LocandaDelleFate">Locanda Delle Fate</option>');
document.write('<option value="#Lotus">Lotus</option>');
document.write('<option value="#LukatherSteve">Lukather, Steve</option>');
document.write('<option value="#Lumsk">Lumsk</option>');
document.write('<option value="#LuvMachine">Luv Machine</option>');
document.write('<option value="#LynchMob">Lynch Mob</option>');
document.write('</select>');
document.write('<input type="button" value="VELG" onclick="openurl()" style="font-weight:bold;color:#430000;background-color:#d5bba0">');
document.close();
