function odpowiedz(arg) {
	document.getElementById('odp'+arg).style.display = 'block';
	document.getElementById('odp'+arg).innerHTML = '<form method="POST" class="pytanie"><input type="text" style="width: 110px;" name="name" value="Pseudonim" onfocus="if (this.value==\'Pseudonim\') this.value=\'\';"><input type="text" style="width: 304px;" name="content" value="Twoja odpowiedź" onfocus="if (this.value==\'Twoja odpowiedź\') this.value=\'\';"><input type="hidden" name="qid" value="'+arg+'"><input type="submit" class="submit" value="&nbsp;" style="background: url(\'images/odp.jpg\'); width: 94px;"></form>';
}
