Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:function HideElement(ElementID, ClearElement) {
var Element = document.getElementById(ElementID);
if (Element) {
Element.style.display = "none";
if (ClearElement == 1) ClearContents(Element);
}
}<a href="javascript:HideElement('MenuForum',0)">Hide the menu!</a>
1 to 3 of 3