
/*************************************************************************
    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!
*************************************************************************/

// setDefaults arguments: size unit, default size, minimum, maximum
// optional array of elements or selectors to apply these defaults to ['div#resizeContent p H1 H2']
dw_fontSizerDX.setDefaults( 'pt', 10, 9, 14, [' p'] );

// set arguments: default size, minimum, maximum
// array of elements or selectors to apply these settings to 
dw_fontSizerDX.set(7, 7, 7, ['p.tinyLtGrayR','p.tinyLtGrayL','p.footer'] );
dw_fontSizerDX.set(8, 8, 8, ['p.address', 'p.SmallLinkCenter'] );
dw_fontSizerDX.set(9,9, 9, ['p.BoldWhiteCntr'] );
dw_fontSizerDX.set(10,10, 10, ['p.BoldMessage', 'h2.main'] );
dw_fontSizerDX.set( 9, 8, 12, [ 'p.sideBarText', 'p.more'] );
dw_fontSizerDX.set( 11, 11, 11, ['h1'] );
dw_fontSizerDX.set( 12, 11, 16, [ 'h2'] );
dw_fontSizerDX.set(  11, 10, 14, [ 'h3'] );
dw_fontSizerDX.set( 10, 9, 14, [ 'h4'] );
//dw_fontSizerDX.set(7, 7, 7, ['p.BoldMessage'] );
dw_fontSizerDX.init();
