// JavaScript Document

if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) &&
  document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
 {
document.styleSheets[0].addRule('div.fpss_top', 'behavior: url(./styles/iepngfix.htc)');
document.styleSheets[0].addRule('div.fpss_middle', 'behavior: url(./styles/iepngfix.htc)');
document.styleSheets[0].addRule('div.fpss_bottom', 'behavior: url(./styles/iepngfix.htc)');
 }