// JavaScript hir_ctrl founders.hu
	
	var hir_id;
	var rehir_id;
	
	function openHir (hir_id)
	{
		document.getElementById(hir_id).setAttribute("id", hir_id+"0");
	}
	
	function closeHir (hir_id, rehir_id)
	{
		document.getElementById(hir_id).setAttribute("id", rehir_id);
	}
