<!--

function hilite(obj){
	var a, b
	for (var i = 1; i <= 4; i++){
		a = b
		try {
			a = document.getElementById("tab" + i.toString())
			if (a!=b){a.className = a.id.toString()}
		} catch(er) {
		}
	}
	obj.className = obj.id.toString() + "y"
}

function autoScroll(showScroll){
	var a
	a = document.getElementById("contentI")
	if (showScroll=="Video"){a.scrolling = "no"} else {a.scrolling = "auto"}
}

-->
