
compat = false;
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; }
if( compat )

{
but_x = new Image;
but_x.src = "images/arrow_a.gif";
but_xx = new Image;
but_xx.src = "images/arrow_b.gif";
}


function buttonchange(x, y){if( compat ) {document.images[x].src=eval(y+'.src'); }}

function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor
}
if (!document.layers&&!document.all)
event="test"

function SelectMenu(nummer) {
	location = "index.php?sprache=" + document.suchform.sprache.value + "&id=" + nummer;
}
function drucken(id) {
	window.open("pdf.php?sprache=" + document.suchform.sprache.value + "&druck=1&id="+id, "print", "left=5000,width=900,height=700,scrollbars=yes,resizable=yes,location=no,status=no,toolbar=no");
}
function pdf(id) {
	window.open("pdf2.php?sprache=" + document.suchform.sprache.value + "&id="+id, "pdf", "left=0,width=900,height=700,scrollbars=YES,resizable=yes,location=no,status=no,toolbar=no");
}
function email(id) {
	window.open("email.php?sprache=" + document.suchform.sprache.value + "&id="+id, "pdf", "left=0,width=600,height=400,scrollbars=YES,resizable=yes,location=no,status=no,toolbar=no");
}
function pemail(id,akt) {
	window.open("email.php?projekt="+akt+"&sprache=" + document.suchform.sprache.value + "&id="+id, "pdf", "left=0,width=600,height=400,scrollbars=YES,resizable=yes,location=no,status=no,toolbar=no");
}
function pdrucken(id,akt) {
	window.open("pdf.php?sprache=" + document.suchform.sprache.value + "&druck=1&id="+id+ "&projekt="+akt, "print", "left=5000,width=900,height=700,scrollbars=yes,resizable=yes,location=no,status=no,toolbar=no");
}


