function forum_raport_post (id_post) {
	window.open('forum_send_mail.php?id_post='+id_post,'form_email','width=280,height=100,status=yes,resizable=no,menubar=no,scrollbars=no');
}


function potwierdzenie(pytanie){
	if (confirm(pytanie)) {
    	return true;
  	} else {
    	return false;
  	} 
}
