function checkBand(){
   
 var index = document.getElementById('bandselect').selectedIndex;
 var value = document.getElementById('bandselect')[index].value;
 
 if(value != "")window.location="http://blackmetal.hu/metalbanda/" + value;


}//checkBand
