/*var actTopic = '01';

function resetTopic () {
	h = document.getElementById('hirkategoria' + actTopic);
	h.style.display = 'none';
	t = document.getElementById('termekkategoria' + actTopic);
	t.style.display = 'none';
}

function changeTopic (id) {
	if (actTopic) resetTopic();
	h = document.getElementById('hirkategoria' + id);
	h.style.display = 'block';
	t = document.getElementById('termekkategoria' + id);
	t.style.display = 'block';
	actTopic = id;
	return true;
}*/

function resetUN (){
	document.forms.belepes.usernev.value='';
}
function resetPW (){
	document.forms.belepes.pass.value='';
}
function resetQ (){
	document.forms.gyorskereso.q.value='';
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='/betegseg/"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_jumpMenum(targ,selObj,restore){ //v3.0
  eval(targ+".location='/megoldas/"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_jumpMenu2(targ,selObj,restore){ //v3.0
  eval(targ+".location='/termek/"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
