/*
    dw_sizerdx.js version date: March 2005
    requires dw_cookies.js
    
    Revisions: added setDefaults method, 
    set method now accepts array of selectors,
    reset fn now sets adjustList el's font-sizes to empty string,
    fixed bugs in dw_getElementsBySelector fn
*/

/*************************************************************************
  This code is from Dynamic Web Coding at dyn-web.com
  Copyright 2004-5 by Sharon Paine 
  See Terms of Use at www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/

dw_fontSizerDX.setDefaults("px", 11, 8, 32, ['td#mainContentTd'] );
dw_fontSizerDX.set(14, 9, 35, ['p.pagehead', 'p.head', 'span.head'] );
dw_fontSizerDX.set(11, 8, 32, ['p.subhead', 'span.subhead'] );
dw_fontSizerDX.init();
