


//--- IE PNG fix ----------------------------------


//document.onselectstart = new Function("return false");

if (document.all && document.styleSheets && document.styleSheets[0] &&
  document.styleSheets[0].addRule)
 {

  document.styleSheets[0].addRule('img', 'behavior: url(iepngfix.htc)');
  document.styleSheets[0].addRule('.col', 'behavior: url(iepngfix.htc)');

 }







