   function OnLoad() {

      with (document.addtocart) {
      	ChangePicture(color.options[color.selectedIndex].value);
      }

   }

   function OnUnload() {

   }
