// JavaScript Document

function makeVis(divT, valu) {
		document.getElementById(divT).style.height = valu;
}
