﻿var helv57_cond = {
	src: '/Flash/helv57-cond.swf'
};
var helv_blackcond = {
	src: '/Flash/helv_blackcond.swf'
};


sIFR.activate();


sIFR.replace(helv57_cond, {
	selector: 'div#popup h1'
    , css: [
      '.sIFR-root {color:#666666;}'
    ]
	 , wmode: 'transparent'
});
sIFR.replace(helv_blackcond, {
	selector: 'div#popup h2'
    , css: [
      '.sIFR-root {color:#666666;}'
    ]
	 , wmode: 'transparent'
});

