/* ******************************************************************************************************************* Corregge un bug di IE6 che fa sfarfallare gli sfondi dei CSS ******************************************************************************************************************* */ function fixIE6flicker(fix) { try { document.execCommand("BackgroundImageCache", false, fix); } catch(err) { } }