sizeInit();

function sizeInit()
{
	try
	{
		//alert("here");
		if (GetCookie('AlphaganP') == null)
		{
			SetCookie('AlphaganP', 1)
		}
		
		var fsize = parseInt(GetCookie('AlphaganP'));
		//alert(fsize);
		fontSizer(fsize, "px");
	}
	catch(e)
	{
	
	}
}