                      // function for Webbs rollover button's, in combination with stylesheet
function buttonclass(obj, new_style) {
                      obj.className = new_style;
}
     



