function popup_page(link){
  we = window.open(link,'eee','location=no,status=no,scrollbars=yes,resizable=yes,width=560,height=490')
  we.focus();
}

function switch_haslo(onoff){
  if(document.getElementById){
        if(onoff==true){
          document.getElementById('fhaslo').disabled=false
          document.getElementById('fhaslo2').disabled=false
          document.getElementById('hasla').style.display='block'
          
        } else {
          document.getElementById('fhaslo').disabled=true
          document.getElementById('fhaslo2').disabled=true
          document.getElementById('hasla').style.display='none'
        }
  }

}

function sond_action(sonda_id,action)
{
    //alert(sonda_id+' '+action);
    if(action=='undefined' || !action) alert('Zanim zagłosujesz, musisz wybrać odpowiedź');
    else {
			 w = window.open('sonda_act.php?sid='+sonda_id+'&aid='+action,'ss','width=480, height=200,top=40, left=40,scrollbars=no, location=no, status=no, resizable=no');
			 w.focus();
        }
}



function find_radioval(oForm,radioname)
{
    var i;
    
    //alert(oForm+' '+radioname);
    for(i=0;i<oForm.elements.length;i++){
            if(oForm.elements[i].name==radioname && oForm.elements[i].checked) return oForm.elements[i].value;
        }
}


dynoId = 0;
