/*
=================================================================
Copyright 2008 Thirukumaran KC Thiruchelvam
Last Update : 3.21pm 16th Jan 2008
=================================================================
*/


function setFontSize0() {
	document.getElementById("mainBody").style.fontSize="1em";
}

function setFontSize1() {
	document.getElementById("mainBody").style.fontSize="1.2em";
}

function setFontSize2()	{
	document.getElementById("mainBody").style.fontSize="1.4em";
}


