function svg() {
	svgviewer = window.open("/images/cke2.jpg","svgviewer","scrollbars=yes,resizable=no,width=300,height=300");
	detail = window.open("/images/cke2.jpg","detail","scrollbars=yes,resizable=no,width=300,height=300");
	svgviewer.focus();
}

function svgalt() {
	svgviewer = window.open("/images/cke2.jpg","svgviewer","scrollbars=yes,resizable=no,width=300,height=300");
	detail = window.open("/images/cke2.jpg","detail","scrollbars=yes,resizable=no,width=300,height=300");
	svgviewer.focus();
}

function setBounds(database, minx, miny, maxx, maxy) {
   window.document.svgform.minx.value = minx;
   window.document.svgform.miny.value = miny;
   window.document.svgform.maxx.value = maxx;
   window.document.svgform.maxy.value = maxy;
   window.document.svgform.database.value = database;
//	svg(database, minx, miny, maxx, maxy);
}

function m_in() {
        this.style.color='none';
        this.style.fontWeight='normal';
}

function m_out() {
        this.style.color='red';
        this.style.fontWeight='bold';
	this.style.color = "#000000";
	this.style.border = "thin solid red";
}

function text_farbe() {
	this.style.color = "#BB0000";
	this.style.border = "thin solid red";

}

function re_text_farbe() {
	this.style.color = "#000000";
	this.style.border = "thin solid red";
}
