//////////////////////////////////////////////////////////////////////////////////
function myszkaRuch() {
  document.getElementById(aktualnaPodpowiedz[now]).style.background = "#FFB623";
}

function keydown(e){
    document.getElementById('podpowiedz').style.display='block';
    //document.getElementById('wojewodztwo').value='';
    var iKeyCode;
	if(aktualnaPodpowiedz.length == 0)return true;
	if (!e) {
		var e = window.event;
	}
	if (e.keyCode) {
		iKeyCode = e.keyCode;
	} else {
		if (e.which) {
			iKeyCode = e.which;
		}
	}
	if(iKeyCode == 13 && aktualnaPodpowiedz[now] != undefined && aktualnaPodpowiedz.length > 1)
	   return false;
	else
	   return true;
}

function sterujPomoc(e, wartosc) {
	var iKeyCode;
	if(wartosc != ''){
		$('ulica').disabled=false;
		$('ulica').style.backgroundColor = '#fff';
		$('ulica').style.color = '#000';
	} else {
		$('ulica').disabled=true;
		$('ulica').value='';
		$('ulica').style.color = '#ACA899';
		$('ulica').style.backgroundColor = '#EBEBE4';
	}
	
	if(aktualnaPodpowiedz.length == 0 || document.getElementById('podpowiedz').childNodes.length <= 1)return true;
	if (!e) {
		var e = window.event;
	}
	if (e.keyCode) {
		iKeyCode = e.keyCode;
	} else {
		if (e.which) {
			iKeyCode = e.which;
		}
	}
  var dl = aktualnaPodpowiedz.length;
  switch(iKeyCode) {
    case 38:
      now--;
      if(now<0)
        now=0;
      document.getElementById(aktualnaPodpowiedz[now==dl-1?now:now+1]).style.background = '#f7f7f7;';//"#FFB623";
      document.getElementById(aktualnaPodpowiedz[now]).style.background = '#ffffff';//"#FFFF00";
      if(!$('miasto').disable)
      	document.getElementById('miasto').focus();
      break
    case 40:
      now<0?now=0:now++;
      if(now>dl-1)
        now=dl-1;
      document.getElementById(aktualnaPodpowiedz[now==0?0:now-1]).style.background = "#f7f7f7";
      document.getElementById(aktualnaPodpowiedz[now]).style.background = "#ffffff";
      if(!$('miasto').disable)
      	document.getElementById('miasto').focus();
      break
    case 13:
      //document.getElementById('miasto').value = aktualnaPodpowiedz[now];
      //document.getElementById('miasto').focus();
      if(aktualnaPodpowiedz[now] != undefined){
          document.forms['myform'].miasto.value = aktualnaPodpowiedz[now];
          var form = document.forms['myform'];
          if(form.onsubmit())form.submit();
          $('podpowiedz').style.display = 'none';
          return false;
      }
      break
    case 37:
    case 39:
      break
    
    default:
      now=0;
      pomoc(wartosc);
      document.getElementById(aktualnaPodpowiedz[now]).style.background = "#f7f7f7";
  }
  return true;
}
//////////////////////////////////////////////////////////////////////////////////
/*ustaw kursor*/
function fokus(elId) {
	if(!$('miasto').disable)
		document.getElementById(elId).focus();
}
function myFocus() {
	if(!$('miasto').disable)
  		document.getElementById('miasto').focus();
}
/*wprowadz sugerowana nazwe*/
function suggest(myVal) {
	document.getElementById('miasto').value = myVal;
}
/*wynkcje opisujace reakcje pola selekt na wybor pola rabiobutton*/
function SelectOnLoad() {
  if(document.myform.type.checked == true){
  	document.myform.s_services.style.backgroundColor='#EBEBE4';
	document.myform.s_services.style.color='#ACA899';
	document.myform.s_services.options[0].style.backgroundColor='#EBEBE4';
	document.myform.s_services.options[0].style.color='#ACA899';
  }
  else{
	document.myform.s_type.style.backgroundColor='#EBEBE4';
	document.myform.s_type.style.color='#ACA899';
	document.myform.s_type.options[0].style.backgroundColor='#EBEBE4';
	document.myform.s_type.options[0].style.color='#ACA899';
  }
	 
	if(document.myform.city.checked == true){
		document.myform.wojewodztwo.style.backgroundColor='#EBEBE4';
		document.myform.wojewodztwo.style.color='#ACA899';
		document.myform.wojewodztwo.options[0].style.backgroundColor='#EBEBE4';
		document.myform.wojewodztwo.options[0].style.color='#ACA899';
	}
	else{
		document.myform.miasto.style.backgroundColor='#EBEBE4';
		document.myform.miasto.style.color='#ACA899';
	}
}

function SelectFromTypes() {
	document.myform.s_services.style.backgroundColor='#EBEBE4';
	document.myform.s_services.style.color='#ACA899';
	document.myform.s_type.style.backgroundColor='#FFF';
	document.myform.s_type.style.color='#000';
	document.myform.s_services.options[0].style.backgroundColor='#EBEBE4';
	document.myform.s_services.options[0].style.color='#ACA899';
	document.myform.s_type.options[0].style.backgroundColor='#FFF';
	document.myform.s_type.options[0].style.color='#000';
	/*document.myform.s_services.disabled = true;
	document.myform.s_type.disabled = false;*/
}
function SelectFromServices() {
	document.myform.s_type.style.backgroundColor='#EBEBE4';
	document.myform.s_type.style.color='#ACA899';
	document.myform.s_services.style.backgroundColor='#FFF';
	document.myform.s_services.style.color='#000';
	document.myform.s_type.options[0].style.backgroundColor='#EBEBE4';
	document.myform.s_type.options[0].style.color='#ACA899';
	document.myform.s_services.options[0].style.backgroundColor='#FFF';
	document.myform.s_services.options[0].style.color='#000';
	/*document.myform.s_services.disabled = false;
	document.myform.s_type.disabled = true;*/
}

function SelectFromCites() {
	document.myform.wojewodztwo.style.backgroundColor='#EBEBE4';
	document.myform.wojewodztwo.style.color='#ACA899';
	document.myform.miasto.style.backgroundColor='#FFF';
	document.myform.miasto.style.color='#000';
	document.myform.wojewodztwo.options[0].style.backgroundColor='#EBEBE4';
	document.myform.wojewodztwo.options[0].style.color='#ACA899';
	/*document.myform.wojewodztwo.disabled = true;
	document.myform.miasto.disabled = false;*/
}
function SelectFromStates() {
	document.myform.miasto.style.backgroundColor='#EBEBE4';
	document.myform.miasto.style.color='#ACA899';
	document.myform.ulica.style.backgroundColor='#EBEBE4';
	document.myform.ulica.style.color='#ACA899';
	document.myform.ulica.disabled = true;
	document.myform.wojewodztwo.style.backgroundColor='#FFF';
	document.myform.wojewodztwo.style.color='#000';
	document.myform.wojewodztwo.options[0].style.backgroundColor='#FFF';
	document.myform.wojewodztwo.options[0].style.color='#000';
	/*document.myform.wojewodztwo.disabled = false;
	document.myform.miasto.disabled = true;*/
}

