function fullsize() {
	var h = document.body.clientHeight - 77;
	var container = document.getElementById("content_container");
	container.style.height = h+"px";

	$('div#content').css('width', 'auto');
}


var cook = new String(document.cookie);
document.cookie = "ajax_enabled=1";


if ($.browser.msie){
   if ($.browser.version.substr(0,1) == 6){
      window.location = "/ie6.php";
   }
}

