var idezendo = 0;
var idezet = 0;
var href=document.location.href;
function idezes_exit()
{
	document.posting.quotenumber.value = 0;
	idezet.innerHTML = '';
		document.getElementById("valasz_fejlec").style.display = "none";
}
function idezes(strContainerID)
{
	idezet = document.getElementById("quote");
	temp = "id" + strContainerID;
	idezendo = document.getElementById(temp);
	idezet_exit = '</div><div class=quote_exit><a href="javascript:idezes_exit();"><img src="../images/gomb_x.png" heigth=16 widht=16 border=0 alt="Mégsem válaszolok" title="Mégsem válaszolok"></a></div>';
	idezet.innerHTML = '<div class=quote_open>' + idezet_exit + '<font size=-1 color=#C9C299><center>Eredeti üzenet:</center></font>' + idezendo.innerHTML;
	document.posting.quotenumber.value = strContainerID;
	document.posting.mess.focus();		
	document.location.replace(href+'#TOP');
	document.getElementById("valasz_fejlec").style.display = "";
}
function idezes_hide(strContainerID)
{
document.getElementById("valasz_fejlec").style.display = "none";
}