
  var geoslab_med = { src: '/assets/flash/geoslab703medium.swf' };
  var helvetica_light = { src: '/assets/flash/helvetica-neue-light.swf' };

  sIFR.activate(helvetica_light);
 
/*
  sIFR.activate(geoslab_med);

  sIFR.replace(geoslab_med, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #f1f1f1; text-transform: none; font-weight: bold; font-size: 115px; leading: -5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #f1f1f1 }'
      ,'a:hover { color: #f1f1f1 }'
	]
  });
  */
  
  // styling h2

  sIFR.replace(helvetica_light, {
    selector: '.floor-plan-box h2, .space-plan-box h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #005799; text-transform: none; font-size: 18px; text-align: center; leading: 5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #005799 }'
      ,'a:hover { color: #005799 }'
	]
  });

  sIFR.replace(helvetica_light, {
    selector: 'h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #005799; text-transform: none; font-size: 18px; leading: 5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #005799 }'
      ,'a:hover { color: #005799 }'
	]
  });


  // styling h3

  sIFR.replace(helvetica_light, {
    selector: 'h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #9a9c9d; text-transform: none; font-size: 18px; leading: 5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #9a9c9d }'
      ,'a:hover { color: #9a9c9d }'
	]
  });
  
// styling phone number

  sIFR.replace(helvetica_light, {
    selector: '.phone'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #005799; text-transform: none; font-size: 14px;} strong{font-size: 200%;}'
	]
  });
