function movr(color,textcolor,eid,linkid,mid){
var zelle	=document.getElementById(eid);
var linknew	=document.getElementById(linkid);
var imagenew=document.getElementById(mid);
zelle.style.backgroundColor= color;
zelle.style.borderBottom= '1px solid #FFFFFF';
zelle.style.cursor="pointer";
linknew.style.color=textcolor;
imagenew.src="images/p_blue_1.png";
}

function mout(color,textcolor,eid,linkid,mid){
var zelle	=document.getElementById(eid);
var linknew	=document.getElementById(linkid);
var imagenew=document.getElementById(mid);
zelle.style.backgroundColor= color;
zelle.style.borderBottom= '1px dotted #FFFFFF';
zelle.style.cursor="default";
linknew.style.color=textcolor;
imagenew.src="images/p_blue_0.png";
}

function movrs(color,textcolor,eid,linkid,mid){
var zelle	=document.getElementById(eid);
var linknew	=document.getElementById(linkid);
var imagenew=document.getElementById(mid);
zelle.style.backgroundColor= color;
zelle.style.borderBottom= '1px solid #FFFFFF';
zelle.style.cursor="pointer";
linknew.style.color=textcolor;
imagenew.src="images/p_brown_1.png";
}

function mouts(color,textcolor,eid,linkid,mid){
var zelle	=document.getElementById(eid);
var linknew	=document.getElementById(linkid);
var imagenew=document.getElementById(mid);
zelle.style.backgroundColor= color;
zelle.style.borderBottom= '1px dotted #FFFFFF';
zelle.style.cursor="default";
linknew.style.color=textcolor;
imagenew.src="images/p_brown_0.png";
}

function movr2(color,textcolor,eid,linkid,mid){
var zelle	=document.getElementById(eid);
var linknew	=document.getElementById(linkid);
var imagenew=document.getElementById(mid);
zelle.style.cursor="pointer";
linknew.style.color=textcolor;
}

function mout2(color,textcolor,eid,linkid,mid){
var zelle	=document.getElementById(eid);
var linknew	=document.getElementById(linkid);
var imagenew=document.getElementById(mid);
zelle.style.cursor="default";
linknew.style.color=textcolor;
}

function jumpto(linknew){
	location.href=linknew;
}

function popup(url,breite,hoehe){
kl_x=(screen.width-breite)/2;
kl_y=(screen.height-hoehe)/2;
window.open(url,'','width='+breite+',top='+kl_y+',left='+kl_x+',height='+hoehe+',status=yes,scrollbars=yes,resizeable=yes');
}

function printpage(){
popup("print.php?"+linkprint,650,800);
}

function printpage(){
popup("print.php?"+linkprint,650,800);
}

function redirectpdf(){
popup("pdf.php?"+linkprint,650,800);
}

function savepdf(linknew){
location.href="convertpdf/demo/html2ps.php?process_mode=single&URL="+linknew+"&proxy=&pixels=640&scalepoints=1&renderimages=1&renderlinks=1&renderfields=1&media=A4&cssmedia=print&leftmargin=30&rightmargin=15&topmargin=15&bottommargin=15&toc-location=before&smartpagebreak=1&pslevel=3&method=fpdf&pdfversion=1.3&output=0&convert=Convert+File";
}

function sendemail(){
	alert ("Emailfunktionen werden erst nach der endgültigen Installation auf dem Server aktiviert!\nWir danken Ihnen für Ihr Verstädnis");
}