function checkData(){
   
 var myLoc  = document.getElementById('chtype').selectedIndex;
 
 if(myLoc == 1)window.location="http://blackmetal.hu/metalosok";
 if(myLoc == 2)window.location="http://blackmetal.hu/metalosok/csajok";
 if(myLoc == 3)window.location="http://blackmetal.hu/metalosok/pasik";
 if(myLoc == 4)window.location="http://blackmetal.hu/metalosok/legregebbi";
 if(myLoc == 5)window.location="http://blackmetal.hu/metalosok/legujabb";
 if(myLoc == 6)window.location="http://blackmetal.hu/metalosok/belepett";
 if(myLoc == 7)window.location="users.php?type=online";

}//checkData

function checkDataPics(){

 var myLoc  = document.getElementById('chtype').selectedIndex;

 if(myLoc == 1)window.location="http://blackmetal.hu/kepek";
 if(myLoc == 2)window.location="http://blackmetal.hu/kepek/csajok";
 if(myLoc == 3)window.location="http://blackmetal.hu/kepek/pasik";
 if(myLoc == 4)window.location="http://blackmetal.hu/kepek/legregebbi";
 if(myLoc == 5)window.location="http://blackmetal.hu/kepek/legujabb";
 if(myLoc == 6)window.location="users.php?type=online";

}//checkDataPics
