﻿function doInit(link_RM) 
    {
        if (window.location.href.indexOf('string=') > 0) 
            { 
                document.getElementById("link_RM").style.display = "none";
            }
    }
    function clearTextBox(_commentTextBox) {
        document.getElementById(_commentTextBox).value = "";
    }
    function clearTextBox(_commentEmail) {
        document.getElementById(_commentEmail).value = "";
    }
    function clearTextBox(_commentName) {
        document.getElementById(_commentName).value = "";
    } 
