﻿function setMinHeight()
{
document.getElementById("active").style.minHeight="90%";
}
