function changeFont
(intFontSize){var oStoryDiv=document.getElementById("center");
var strClassName='font'+intFontSize;oStoryDiv.className=strClassName;switch(intFontSize)
{
case 1:
document.images["fontsize1"].src=wng_WNImagePrefix+"font_size_files/icon_text01_on.gif";
document.images["fontsize2"].src=wng_WNImagePrefix+"/global/images/icon_text02_off.gif";
document.images["fontsize3"].src=wng_WNImagePrefix+"/global/images/icon_text03_off.gif";break;
case 2:
document.images["fontsize1"].src=wng_WNImagePrefix+"/global/images/icon_text01_off.gif";
document.images["fontsize2"].src=wng_WNImagePrefix+"/global/images/icon_text02_on.gif";
document.images["fontsize3"].src=wng_WNImagePrefix+"/global/images/icon_text03_off.gif";break;
case 3:
document.images["fontsize1"].src=wng_WNImagePrefix+"/global/images/icon_text01_off.gif";
document.images["fontsize2"].src=wng_WNImagePrefix+"/global/images/icon_text02_off.gif";
document.images["fontsize3"].src=wng_WNImagePrefix+"/global/images/icon_text03_on.gif";break;}
}
var theAnchor="";

