function reageer(cID, strip){

document.getElementById(cID).innerHTML="<img class='actie' src='img/cancel.png' alt='cancel' onclick='empty("+cID+","+strip+");'/><form action='#reactieForm' name='reactieForm' id='reactieForm' target='_self' method='post'><input type='hidden' name='stripName' value='ype+willem' /><input type='hidden' name='stripID' value='"+strip+"' /><input type='hidden' name='strip' value='"+strip+"' /><input value='naam' onFocus='clearDefault(this)' onblur='putDefault(this)' type='text' name='naam' size='40' /><input value='reaxie' onFocus='clearDefault(this)' onblur='putDefault(this)' type='text' name='comment' size='40' /><br/><input type='hidden' name='replyto' value='"+cID+"' /><input type='text' name='human' id='human' /><input type='submit' name='addComment2' value='Reageer!' /></form>";

}

function empty(cID, strip){


document.getElementById(cID).innerHTML="<img class='actie' src='img/reply.png' alt='reageer' onclick='reageer("+cID+","+strip+");'/>";

}

function rereageer(recID, cID, strip){

document.getElementById(recID).innerHTML="<img class='actie' src='img/cancel.png' alt='cancel' onclick='reempty("+recID+","+cID+","+strip+");'/><form action='#reactieForm' name='reactieForm' id='reactieForm' target='_self' method='post'><input type='hidden' name='stripName' value='ype+willem' /><input type='hidden' name='stripID' value='"+strip+"' /><input type='hidden' name='strip' value='"+strip+"' /><input value='naam' onFocus='clearDefault(this)' onblur='putDefault(this)' type='text' name='naam' size='40' /><input value='reaxie' onFocus='clearDefault(this)' onblur='putDefault(this)' type='text' name='comment' size='40' /><br/><input type='hidden' name='replyto' value='"+cID+"' /><input type='text' name='human' id='human' /><input type='submit' name='addComment2' value='Reageer!' /></form>";

}

function reempty(recID, cID, strip){


document.getElementById(recID).innerHTML="<img class='actie' src='img/reply.png' alt='reageer' onclick='rereageer("+recID+","+cID+","+strip+");'/>";

}
