
    
 function meneValintaan(tama)
 {
  var u = tama.options[tama.selectedIndex].value;
  
	 if (u && u != -1) {
   		document.getElementById("websites").href = u;
		return true;
	 } else
   		return false;
 }
