//--Set Flash Source Files

var franklin_heavy = {
  src: 'f-heavy.swf'
};

var franklin_demi = {
  src: 'f-demi.swf'
};

var franklin_book = {
  src: 'f-book.swf'
};

//--Load Falsh Files and Activate

sIFR.activate(franklin_heavy, franklin_demi, franklin_book);

//--Recplace Text

sIFR.replace(franklin_heavy, {
  selector: '.menu_head'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #B9C8DA; font-size: 30px; text-align: left; leading: -1;}',
	'a {color: #B9C8DA; text-decoration: none }',
    'a:hover {color: #FFBF04; text-decoration: none}'
  ]
  ,tuneHeight: -5 
  ,wmode: 'transparent'
});

sIFR.replace(franklin_demi, {
  selector: '.menu_item'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #B9C8DA; font-size: 14px; text-align: left; leading: -1; }',
	'a {color: #B9C8DA; text-decoration: none }',
    'a:hover {color: #FFBF04; text-decoration: none}'
  ]
  ,tuneHeight: -5 
  ,wmode: 'transparent'  
});

sIFR.replace(franklin_heavy, {
  selector: '.cfh_info'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #FFFFFF; font-size: 14px; text-align: right; leading: -1; }',
	'a {color: #B9C8DA; text-decoration: none }',
    'a:hover {color: #FFBF04; text-decoration: none}'  	
  ]
  ,tuneHeight: -5   
  ,wmode: 'transparent'  
});

sIFR.replace(franklin_book, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #7291B6; font-size: 18px; text-align: left; background-color: #EDEDED; leading: -1; }',
	'a {color: #7291B6; text-decoration: none }',
    'a:hover {color: #7291B6; text-decoration: none}'
    ]
  ,tuneHeight: -5      
});

sIFR.replace(franklin_book, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #7291B6; font-size: 24px; text-align: left; background-color: #EDEDED; leading: -1; }',
	'a {color: #7291B6; text-decoration: none }',
    'a:hover {color: #7291B6; text-decoration: none}'
    ]
  ,tuneHeight: -5      
});

sIFR.replace(franklin_book, {
  selector: 'h3'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #7291B6; font-size: 22px; text-align: left; background-color: #EDEDED; leading: -1; }',
	'a {color: #7291B6; text-decoration: none }',
    'a:hover {color: #7291B6; text-decoration: none}'
    ]
  ,tuneHeight: -5      
});

sIFR.replace(franklin_book, {
  selector: 'h4'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #7291B6; font-size: 18px; text-align: left; background-color: #EDEDED; leading: -1; }',
	'a {color: #7291B6; text-decoration: none }',
    'a:hover {color: #7291B6; text-decoration: none}'
    ]
  ,tuneHeight: -5      
});

sIFR.replace(franklin_book, {
  selector: 'h5'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #7291B6; font-size: 16px; text-align: left; background-color: #EDEDED; leading: -1; }',
	'a {color: #7291B6; text-decoration: none }',
    'a:hover {color: #7291B6; text-decoration: none}'
    ]
  ,tuneHeight: -5      
});

//sIFR.replace(franklin_book, {
  //selector: '.headline'
  //,css: [
    //'.sIFR-root { font-weight: normal; color: #333333; font-size: 18px; text-align: left; background-color: #D7D7D7; leading: -1; }',
	//'a {color: #7291B6; text-decoration: none }',
    //'a:hover {color: #7291B6; text-decoration: none}'
    //]
  //,tuneHeight: -5      
//});

