﻿//functions runs after page load:
window.onload = function() {
    //load setting from cookie expand/callapse state for attributepanel:
    loadAttributePanelSetting();

    //highlight function for searchmatching on a single familyproduct.
    //highlights product in family with different backgroundcolor on search-hit.
    setFamilyProductHighlight();

    //ie6 fix for productimages vertical alignment:
    fixIe6Images();
}
