        /*<![CDATA[*/
<!--

function changeButtonClass(id,new_class) {        //
      if (document.getElementById && document.getElementById(id))        {
                                        document.getElementById(id).className = new_class;
                                        return true;
      } else if (document.layers && document.layers[id]) {
                                document.layers[id].className = new_class;
                                        return true;
     }
}

function winopen(newURL,winName, height, width, x, y, scroll) {
        var special = 'height=' + height + ',width=' + width + ',screenX=' + x + ',left=' + x + ',screenY=' + y +',top=' + y + ',scrollbars=' + scroll;
        //alert(special);
        newwin=window.open(newURL,winName,special);
        newwin.focus();
}
function create_search_images() {
    // Begin of Button
    S1=new Image();
    S2=new Image();
    S1.src="fileadmin/bestattung/templ/img/suchen.gif";
    S2.src="fileadmin/bestattung/templ/img/suchen_light.gif";

    // End of Button
  }

function change_image(image) {

   ADD_IMG = new Image();
   ADD_IMG.src=image;

}

// -->
        /*]]>*/
