
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TEMPLATE VERSION: 2008 Internet Templates version 1.0
SCRIPT VERSION:  1.0 
FILE LOCATION: /2008_templates/scripts/display_textSizer.js
DESCRIPTION: This script inserts the 'Text Size' widget into the page HTML code
DATE of LAST EDIT:  September 16, 2008 
CHANGE LOG: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*document.write("<div id='sizer'>"); 
*/
//alert(sSiteRoot);
document.write("Text Size <a href='#' id='smaller' onclick='textSize(this); return false;' title='Click to decrease the font size'><img src='/images/minus.gif' alt='Decrease text size' width='14' height='14' border='0'></a><a href='#' id='bigger' onclick='textSize(this); return false;' title='Click to increase the font size'><img src='/images/plus.gif' alt='Increase text size' width='14' height='14' border='0'></a>");
/*
document.write("</div>"); 
*/

