function Heighter(myID) {
	document.getElementById(myID).style.minHeight = window.screen.availHeight-191+'px';
}
