function QuoteboxMax() {
document.getElementById("my_quotebox").style.maxheight = "1000 px";
return;
}
