// JavaScript Document

function setColumnHeight() {
	if (window.innerHeight) {
		var columnHeight=window.innerHeight-93-27-35-1;
	} else {
		var columnHeight=document.documentElement.clientHeight-93-27-35-1;	
	}
	document.getElementById("colRight").style.height=columnHeight+"px";
}