// JavaScript Document

function writeArtCmt(){	document.getElementById("showCom").style.display="block";}
function hideMsg(){ document.getElementById("showCom").style.display="none";}
