﻿function readBlurb(s){
	gO(s).className = "RowMiddleContentDropDown";
	gO(s+'rest').className = "RowMiddleContent";
}

function closeBlurb(s){
	gO(s+'rest').className = "RowMiddleContentDropDown";
	gO(s).className = "RowMiddleContent";
}
