<script language="JavaScript" type="text/javascript">
var mh =
document.body.clientHeight -
document.getElementById("vtb1").clientHeight - 100;
if ( document.getElementById("vtb2").offsetHeight > mh ) {
document.getElementById("vtb2").style.height = mh;
}
document.getElementById("vtb1").style.display="block"
document.getElementById("vtb2").style.display="block"
</script>
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--