//=================================================================================================
//This file ONLY controls the DIV sizes for the ccgFull Master Page
//Function to increase the size of Text
//This also increases the DIV sizes for the increased text (keep page formatting)
function resize(){
	document.getElementById("hdr").style.minWidth="1050px";
	document.getElementById("hdrContainer").style.minWidth="1050px";
	document.getElementById("links").style.minWidth="1050px";
	document.getElementById("container").style.width="1050px";
	document.getElementById("topLeft").style.fontSize="15px";
	document.getElementById("topLeft").style.width="355px";
	document.getElementById("topCenter").style.fontSize="15px";
	document.getElementById("topCenter").style.width="420px";
	document.getElementById("topRight").style.width="246px";
	document.getElementById("fullPage").style.fontSize="15px";
	document.getElementById("ftr").style.fontSize="15px";
}