// JavaScript Document



function subHigh(theObj){
	theObj.className = "subhigh";
}
function subLow(theObj){
	theObj.className = "subzwart";
}

function homeHigh(theObj){
	theObj.className = "homehi";
}
function homeLow(theObj){
	theObj.className = "homekop";
}

