
hs.graphicsDir = '/Scripts/highslide/graphics/';
hs.outlineType = 'rounded-black';
hs.outlineWhileAnimating = true;

function showhideDivs(obj) {
document.getElementById('closediv').style.display = 'inline';
document.getElementById('opendiv').style.display = 'inline';

obj.style.display = 'none';
}

document.getElementById('textid');

