// JavaScript Document


function schneetop1 (input) {
  document.getElementById("schneetop1").firstChild.data = input;
}


function schneetop2 (input2) {
  document.getElementById("schneetop2").firstChild.data = input2;
}
