﻿FLIR.init( { path: '/themes/dbsn/flir/' } );
FLIR.auto( ['h1', 'h2'] );
FLIR.replace('h3.toplevel', new FLIRStyle({ cFont:'helveticaneue', cColor:'ffffff', realFontHeight:true }, new FLIRStyle(/* this is the hover state */ {cFont:'helveticaneue', cColor:'003359', realFontHeight:true }) ) );
FLIR.replace('#dbsn_caption', new FLIRStyle({ cFont:'helveticaneue', cColor:'003359', realFontHeight:true, mode:'wrap' }) );