// 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-o.html">Finn artist - O - Antall 15 stk</option>');
document.write('<option value="seperator">----------------------------------------</option>');
document.write('<option value="#Oceansize">Oceansize</option>');
document.write('<option value="#Odyssice">Odyssice</option>');
document.write('<option value="#OldManTheSeaThe">Old Man &amp; The Sea, The</option>');
document.write('<option value="#OldfieldMike">Oldfield, Mike</option>');
document.write('<option value="#OmniumGatherum">Omnium Gatherum</option>');
document.write('<option value="#Opeth">Opeth</option>');
document.write('<option value="#Opus5">Opus-5</option>');
document.write('<option value="#OrangePeel">Orange Peel</option>');
document.write('<option value="#OrchestraNjervudarov">Orchestra Njervudarov</option>');
document.write('<option value="#Oregon">Oregon</option>');
document.write('<option value="#OrphanedLand">Orphaned Land</option>');
document.write('<option value="#Osanna">Osanna</option>');
document.write('<option value="#OsbourneOzzy">Osbourne, Ozzy</option>');
document.write('<option value="#Otep">Otep (OT3P)</option>');
document.write('<option value="#OzricTentacles">Ozric Tentacles</option>');
document.write('</select>');
document.write('<input type="button" value="VELG" onclick="openurl()" style="font-weight:bold;color:#430000;background-color:#d5bba0">');
document.close();
