function switchFont(num) {
	addHiddenParamToForm(document.frmNavigate, 'StyleChoice_Size', num);
	navigateTo('', false);return false;
}
