var tradeGothic = {
src: 'swf/tradeGothic.swf'
};

sIFR.delayCSS  = false;
sIFR.fitExactly = false;
sIFR.domains = ['staging.taguchimail.com', 'taguchimail.com', 'www.taguchimail.com'];
sIFR.activate(tradeGothic);

//-------COLUMN 1----------
sIFR.replace(tradeGothic, {
selector: '#column1 h1', wmode: 'transparent', offsetTop:'0', tuneHeight:'-5', tuneWidth:'5'
,css: [
  '.sIFR-root {color:#000000;font-size:24px;font-weight: normal;}'
]
});

sIFR.replace(tradeGothic, {
selector: '#column1 h2', wmode: 'transparent', offsetTop:'0', tuneHeight:'0', tuneWidth:'5'
,css: [
  '.sIFR-root {color:#464646;font-size:18px;font-weight: normal;}'
]
});

sIFR.replace(tradeGothic, {
selector: '#column1 h3', wmode: 'transparent', offsetTop:'0', tuneHeight:'0', tuneWidth:'5'
,css: [
  '.sIFR-root {color:#666666;font-size:14px;font-weight: normal;}'
]
});

sIFR.replace(tradeGothic, {
selector: '#column1 h4', wmode: 'transparent', offsetTop:'0', tuneHeight:'0', tuneWidth:'5'
,css: [
  '.sIFR-root {color:#000000;font-size:14px;font-weight: normal;}'
]
});

//-------COLUMN 2----------
sIFR.replace(tradeGothic, {
selector: '#column2 h1', wmode: 'transparent', offsetTop:'0', tuneHeight:'0', tuneWidth:'5'
,css: [
  '.sIFR-root {color:#000000;font-size:14px;font-weight: normal;}'
]
});

sIFR.replace(tradeGothic, {
selector: '#column2 .content .quote_start', wmode: 'transparent', offsetTop:'0', tuneHeight:'0', tuneWidth:'5'
,css: [
  '.sIFR-root {color:#707070;font-size:12px;font-weight: normal;}'
]
});

//-------HOME----------
sIFR.replace(tradeGothic, {
selector: '#content_home .section_content h1', wmode: 'opaque', offsetTop:'0', tuneHeight:'-4', tuneWidth:'5'
,css: [
  '.sIFR-root {color:#000000;font-size:16px;font-weight: normal;}'
]
});

sIFR.replace(tradeGothic, {
selector: '#content_home .section_content h2', wmode: 'opaque', offsetTop:'0', tuneHeight:'-4', tuneWidth:'5'
,css: [
  '.sIFR-root {color:#000000;font-size:16px;font-weight: normal;}'
]
});



