function show (pid,title){
	
	var comment = true;
	
	document.getElementById('komentuj').style.display='block';
	
	document.getElementById('form_title').value='Re: '+title;
	
	document.getElementById('parentid').value=pid;

	
}

function onlyshow (){
	
	var comment = true;
	
	document.getElementById('komentuj').style.display='block';
	
}