
var bembo = {
  src: 'http://www.geoex.com/flash/bembo.swf'
};

var bembo_h3 = {
  src: 'http://www.geoex.com/flash/bembo_h3.swf'
};

sIFR.activate(bembo);
sIFR.fitExactly = true;
sIFR.forceWidth = true;

sIFR.activate(bembo_h3);
sIFR.fitExactly = true;
//sIFR.forceWidth = true;


sIFR.replace(bembo, {
 selector: 'h2',wmode:'transparent', css: [
      '.sIFR-root { font-weight: bold; color:#333b5c;}'
    ]
  });

//sIFR.replace(bembo_h3, {
// selector: 'h3',wmode:'transparent', css: [
//      '.sIFR-root { font-weight: normal; color:#FFFFFF;}'
//	  , 'a:link {color: #FFFFFF}'
//	  , 'a:visited {color: #FFFFFF}'
//	  , 'a:hover {color: #FFFFFF}'
//    ]
//  });




  
