var platform = navigator.platform.toLowerCase(); // Operating system
var userAgent = window.navigator.userAgent; // Browser user agent string
/* Multiple the size of the font for each style sheet rule
for all linked and embedded style sheets
*/
function multipleFontSize(factor)
{
var styleSheet;
var i;
var done;
if (platform.indexOf("win") != -1 && userAgent.indexOf("MSIE 5.2") == -1 && userAgent.indexOf("MSIE 5.1") == -1 && userAgent.indexOf("MSIE 5.0") == -1 && userAgent.indexOf("MSIE 4") == -1)
{
for(i=0;i
Text Size Too Small?<\/h2>Follow these steps to increase your text size.<\/p>
|