function onLoad() {
	if(screen.height > 800) {
		var sn = document.getElementById('leftnav');
		sn.style.height = "100%";
		sn.style.position = "fixed";
		sn.style.overflow = "visible";
	}
}

