function FontSize(sender, size)
{
	setActiveStyleSheet(size);
	var title = getActiveStyleSheet();
	createCookie("style", title, 7);
}
