{\rtf1\ansi\ansicpg1252\deff0\deflang1044{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 /* This script and many more are available free online at\par
The JavaScript Source!! http://javascript.internet.com\par
Created by: Patrick Hunlock | http://www.hunlock.com/ */\par
function setStartingFontSize() \{\par
  if (screen.width) \{\par
    if (screen.width<600) \{_baseSize = .8;\}\par
    if ((screen.width>=600)&&(screen.width<=800)) \{_baseSize = .8;\}\par
    if ((screen.width>=800)&&(screen.width<=1000)) \{_baseSize = 1;\}\par
    if ((screen.width>=1000)&&(screen.width<=1100)) \{_baseSize = 1.2;\}\par
    if ((screen.width>=1100)&&(screen.width<=1300)) \{_baseSize = 1.5;\}\par
    if ((screen.width>=1300)&&(screen.width<=1500)) \{_baseSize = 1.7;\}\par
    if (screen.width>=1500) \{_baseSize = 2;\}\par
    document.getElementsByTagName("body")[0].style.fontSize=_baseSize+'em';\par
  \}\par
\}\par
setStartingFontSize();\par
}
 
