
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE LOCATION: /templates_2008/scripts/display_textSizer.js
DESCRIPTION: This script writes the 'Text Size' buttons to the page
DATE of LAST EDIT: March 2010
CHANGE LOG: 
- March 2010: Changed full-path + "2008_templates" to just "/templates_2008"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

document.write("<div id='sizer'>");
document.write("Text Size <a href='#' id='smaller' onclick='textSize(this); return false;' title='Click to decrease the font size'><img src='/templates_2008/images/textSizer/minus.gif' alt='Decrease text size' width='14' height='14'></a><a href='#' id='bigger' onclick='textSize(this); return false;' title='Click to increase the font size'><img src='/templates_2008/images/textSizer/plus.gif' alt='Increase text size' width='14' height='14'></a>");
document.write("</div>");

