// JavaScript Document
function pagesize_home()
{
	document.getElementById('index_wrapper').style.height="1620px";
	document.getElementById('content_wrapper').style.height="1510px";
	document.getElementById('contentframe').style.height="1350px";
}

function pagesize_roster()
{
	document.getElementById('index_wrapper').style.height="1986px";
	document.getElementById('content_wrapper').style.height="1876px";
	document.getElementById('contentframe').style.height="1716px";
}

function pagesize_schedule()
{
	document.getElementById('index_wrapper').style.height="2584px";
	document.getElementById('content_wrapper').style.height="2474px";
	document.getElementById('contentframe').style.height="2304px";
}
