var helvetica = {
  src: 'http://www.twinvalley.net/scripts/helvetica.swf'
};
var chelvetica = {
  src: 'http://www.twinvalley.net/scripts/chelvetica.swf'
};
var humanist = {
  src: 'http://www.twinvalley.net/scripts/humanist.swf'
};
var arialnarrow = {
  src: 'http://www.twinvalley.net/scripts/arialnarrow.swf'
};

sIFR.activate(helvetica, chelvetica, humanist, arialnarrow);

sIFR.replace(humanist, {
  selector: '#imagetexthead h3',
  css: {
      '.sIFR-root': { 'color': '#FFFFFF'}
    },
  wmode: 'transparent',
  tuneHeight:-10,
  thickness:-110
});

sIFR.replace(helvetica, {
  selector: '#subcontentone h2, #subcontenttwo h2, #links h2, #news h2',
  css: {
      '.sIFR-root': { 'color': '#3a2400'}
    },
	wmode: 'transparent',
	tuneHeight:-5
  
});

sIFR.replace(helvetica, {
  selector: '#residential h2, #secresidential h2',
  css: [
      '.sIFR-root: { color: #001220;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #001220; }'
      ,'a:hover { color: #004d8a; }'
    ],
  wmode: 'transparent',
  tuneHeight:-5,
  fixFocus: true
});

sIFR.replace(helvetica, {
  selector: '#residentialsub h2, #businesssub h2, #otherboxsub h2',
  css: [
      '.sIFR-root: { color: #FFFFFF;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
    ],
  wmode: 'transparent',
  tuneHeight:-5,
  fixFocus: true
});

sIFR.replace(arialnarrow, {
  selector: '#seccontent h2',
 css: {
      '.sIFR-root': { 'color': '#291900', 'font-weight': 'bold'}
    },
  wmode: 'transparent',
  tuneHeight:-5
});

sIFR.replace(helvetica, {
  selector: '#business h2 , #secbusiness h2',
  css: [
      '.sIFR-root: { color: #2c0000;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #2c0000; }'
      ,'a:hover { color: #7e1c1c;  }'
    ],
  wmode: 'transparent',
  tuneHeight:-5,
 fixFocus: true 
});

sIFR.replace(helvetica, {
  selector: '#otherbox h2, #secotherbox h2',
  css: [
      '.sIFR-root: { color: #251600;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #251600; }'
      ,'a:hover { color: #7a3c00; }'
    ],
  wmode: 'transparent',
  tuneHeight:-5,
  fixFocus: true
});

/*

sIFR.replace(chelvetica, {
  selector: '#mainnav li',
  css: [
      '.sIFR-root: { color: #FFFFFF;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #111600; }'
    ],
  wmode: 'transparent',
  tuneHeight:-5,
  thickness:-110,
  forceSingleLine: true,
  fixFocus: true
});
*/



