 function referComment(id){
 	document.getElementById('detail_editor').contentDocument.body.innerHTML= '<blockquote class=\'refercomment\'><strong>คำตอบที่ '+document.getElementById('o'+id).innerHTML+'<br/>'+document.getElementById('p'+id).firstChild.innerHTML+'</strong><br/>'+document.getElementById('c'+id).innerHTML.replace(/ style="([^"]+)"/g,'')+'</blockquote><br/><br/>';
	window.location.hash="postform";
}
