function alltrim(wert)
{
s=s=/(^\s+|\s+$)/g
wert=wert.replace(s,"")
return wert
}

if  (screen.height>767) {
	document.write('<style type="text/css">');
	document.write('.thead {font: 10pt Arial; color: rgb(255,255,255); background: rgb(80,80,80); font-weight:bold}'); 
	document.write('.theadkfhw {font: 10pt Arial; color: rgb(255,255,255); background: rgb(204,53,0); font-weight:bold}'); 
	document.write('.tfont {font: 10pt Arial}');
	document.write('.tfontsmall {font: 10pt Arial}');
	document.write('.tfontbold {font: 10pt Arial; font-weight:bold}');
	document.write('.tbodyh	{font: 10pt Arial; background: rgb(133,171,182)}');
	document.write('.tbody0	{font: 10pt Arial; color: rgb(10,10,10)}');
	document.write('.tbody1	{font: 10pt Arial; color: rgb(c0,c0,c0); background: rgb(215,215,215)}');
	document.write('.tbody2	{font: 10pt Arial; color: rgb(10,10,10)}');
	document.write('.tbodykfhw0	{font: 10pt Arial; color: rgb(10,10,10)}');
	document.write('.tbodykfhw1	{font: 10pt Arial; color: rgb(c0,c0,c0); background: rgb(255,217,204)}');
	document.write('.tbodykfhw2	{font: 10pt Arial; color: rgb(10,10,10)}');
	document.write('.tbodysmh {font: 8pt Arial; background: rgb(133,171,182)}');
	document.write('.tbodysm0 {font: 8pt Arial; color: rgb(10,10,10)}');
	document.write('.tbodysm1 {font: 8pt Arial; color: rgb(c0,c0,c0); background: rgb(215,215,215)}');
	document.write('.tbodysm2 {font: 8pt Arial; color: rgb(10,10,10)}');
	document.write('.tline1-0 {font: 10pt Arial; font-weight:bold; background: rgb(220,221,221)}');
	document.write('.tline1-1 {font: 10pt Arial; font-weight:bold;}');
	document.write('.tline2-0 {font: 10pt Arial; background: rgb(220,221,221)}');
	document.write('.tline2-1 {font: 10pt Arial;}');
	document.write('.tline3-0 {font: 8pt Arial; background: rgb(220,221,221)}');
	document.write('.tline3-1 {font: 8pt Arial}');
	document.write('.tchange {font: 10pt Arial; color: rgb(c0,c0,c0); background: rgb(255,150,170); font-weight:bold}');
	document.write('.tcheck {font: 8pt Arial; color: rgbrgb(156,0,0)}');
	document.write('</style>');
}
else {
	document.write('<style type="text/css">');
	document.write('.thead {font: 10pt Arial; color: rgb(255,255,255); background: rgb(80,80,80); font-weight:bold}'); 
	document.write('.theadkfhw {font: 10pt Arial; color: rgb(255,255,255); background: rgb(80,80,80); font-weight:bold}'); 
	document.write('.tfont {font: 9pt Arial}');
	document.write('.tfontsmall {font: 8pt Arial}');
	document.write('.tfontbold {font: 9pt Arial; font-weight:bold}');
	document.write('.tbodyh	{font: 9pt Arial; background: rgb(133,171,182)}');
	document.write('.tbody0	{font: 9pt Arial; color: rgb(10,10,10)}');
	document.write('.tbody1	{font: 9pt Arial; color: rgb(c0,c0,c0); background: rgb(215,215,215)}');
	document.write('.tbody2	{font: 9pt Arial; color: rgb(10,10,10)}');
	document.write('.tbodysmh {font: 8pt Arial; background: rgb(133,171,182)}');
	document.write('.tbodysm0 {font: 8pt Arial; color: rgb(10,10,10)}');
	document.write('.tbodysm1 {font: 8pt Arial; color: rgb(c0,c0,c0); background: rgb(215,215,215)}');
	document.write('.tbodysm2 {font: 8pt Arial; color: rgb(10,10,10)}');
	document.write('.tline1-0 {font: 9pt Arial; font-weight:bold; background: rgb(220,221,221)}');
	document.write('.tline1-1 {font: 9pt Arial; font-weight:bold;}');
	document.write('.tline2-0 {font: 9pt Arial; background: rgb(220,221,221)}');
	document.write('.tline2-1 {font: 9pt Arial;}');
	document.write('.tline3-0 {font: 8pt Arial; background: rgb(220,221,221)}');
	document.write('.tline3-1 {font: 8pt Arial}');
	document.write('.tchange {font: 10pt Arial; color: rgb(c0,c0,c0); background: rgb(255,150,170); font-weight:bold}');
	document.write('.tcheck {font: 8pt Arial; color: rgbrgb(156,0,0)}');
	document.write('</style>');
}

function msie() {
	if (navigator.userAgent.indexOf("MSIE") != -1) {
		return true; }
	else {
		return false; }
}

function surfto(form) {
	var myindex=form.select1.selectedIndex
    form.select1.selectedIndex=0;
    if (form.select1.options[myindex].value != "0") {
    	window.open(form.select1.options[myindex].value, target="main");}
}

function ZoomW(bild,ueberschrift){
	neu = open("","","toolbar=no,statusbar=no,height=375,width=525,resizable=no,location=no");
	ndoc = neu.document;
	ndoc.open();
	ndoc.write("<html><head><title>"+ueberschrift);
	ndoc.write("</title></head>");
	ndoc.write("<body bgcolor='#FFFFFF'>");
	ndoc.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td width='100%'>");
	ndoc.write("<img onclick='document.close();window.close();' src="+bild+">");
	ndoc.write("</td></tr><tr><td width='100%'>");
	ndoc.write("<font face='Arial' size='2'><a href='javascript:window.close();'>Fenster schließen</a></font>");
	ndoc.write("</td></tr></table>");
	ndoc.write("</body></html>");
}

function ZoomH(bild,ueberschrift){
	neu = open("","","toolbar=no,statusbar=no,height=535,width=360,resizable=no,location=no");
	ndoc = neu.document;
	ndoc.open();
	ndoc.write("<html><head><title>"+ueberschrift);
	ndoc.write("</title></head>");
	ndoc.write("<body bgcolor='#FFFFFF'>");
	ndoc.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td width='100%'>");
	ndoc.write("<img onclick='document.close();window.close();' src="+bild+">");
	ndoc.write("</td></tr><tr><td width='100%'>");
	ndoc.write("<font face='Arial' size='2'><a href='javascript:window.close();'>Fenster schließen</a></font>");
	ndoc.write("</td></tr></table>");
	ndoc.write("</body></html>");
}

function ZoomUniversal(bild,ueberschrift,h,w){
	h=h+35;
	w=w+25;
	if  ((screen.height<h) || (screen.width<w)){
		if (screen.height<h) {
			h = screen.height-100;
		}
		if (screen.width<w) {
			w = screen.width-100;
		}
		f = "toolbar=no,statusbar=no,height="+h+",width="+w+",resizable=yes,location=no,scrollbars=yes"
	}
	else {
		f = "toolbar=no,statusbar=no,height="+h+",width="+w+",resizable=no,location=no"
	}
	neu = open("","",f);
	ndoc = neu.document;
	ndoc.open();
	ndoc.write("<html><head><title>"+ueberschrift);
	ndoc.write("</title></head>");
	ndoc.write("<body bgcolor='#FFFFFF'>");
	ndoc.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td width='100%'>");
	ndoc.write("<img onclick='document.close();window.close();' src="+bild+">");
	ndoc.write("</td></tr><tr><td width='100%'>");
	ndoc.write("<font face='Arial' size='2'><a href='javascript:window.close();'>Fenster schließen</a></font>");
	ndoc.write("</td></tr></table>");
	ndoc.write("</body></html>");
}

function ZoomUniversalEasy(bild,ueberschrift,h,w){


		f = "toolbar=no,statusbar=no,height="+h+",width="+w+",resizable=no,location=no"

	neu = open("","",f);
	ndoc = neu.document;
	ndoc.open();
	ndoc.write("<html><head><title>"+ueberschrift);
	ndoc.write("</title></head>");

	ndoc.write("<body style='margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px'>");
	ndoc.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td width='100%'>");
	ndoc.write("<img onclick='document.close();window.close();' src="+bild+">");
	ndoc.write("</td></tr><tr><td width='100%'>");
	ndoc.write("</td></tr></table>");
	ndoc.write("</body></html>");
}

function ZoomUniversal2(bild,Alt,ueberschrift,h,w){

	if  ((screen.height<h) || (screen.width<w)){
		if (screen.height<h) {
			h = screen.height-100;
		}
		if (screen.width<w) {
			w = screen.width-100;
		}
		f = "toolbar=no,statusbar=no,height="+h+",width="+w+",resizable=yes,location=no,scrollbars=yes"
	}
	else {
		f = "toolbar=no,statusbar=no,height="+h+",width="+w+",resizable=no,location=no"
	}
	neu = open("","",f);
	ndoc = neu.document;
	ndoc.open();
	ndoc.write("<html><head><title>"+ueberschrift);
	ndoc.write("</title></head>");
	ndoc.write("<body style=cursor:pointer bgcolor='#FFFFFF' marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>");
	ndoc.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td width='100%'>");
	ndoc.write("<img onclick='document.close();window.close();' src="+bild+" alt='"+Alt+"'>");
	ndoc.write("</td></tr><tr><td width='100%'>");
	ndoc.write("</td></tr></table>");
	ndoc.write("</body></html>");
}


function ShopArtikel(bild,ueberschrift,u1,t1,u2,t2,u3,t3,u4,t4,u5,t5,u6,t6,u7,t7,text){
	neu = open("","","toolbar=no,statusbar=no,height=420,width=525,resizeable=yes,location=no");
	ndoc = neu.document;
	ndoc.open();
	ndoc.write("<html><head><title>"+ueberschrift);
	ndoc.write("</title></head>");
	ndoc.write("<body bgcolor='#FFFFFF' background='../bilder/hintergrund-inhaltsseiten.jpg' bgproperties='fixed'>");
	ndoc.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'>");
	ndoc.write("<tr><td width='30%' rowspan='7' valign='top' align='left'><img src="+bild+">&nbsp;</td><td width='16%' valign='top' align='left'><font face='Arial' size='1'><b>"+u1+"</b></font>&nbsp;</td><td width='30%' valign='top' align='left'><font face='Arial' size='1'>"+t1+"</font>&nbsp;</td></tr>");
	ndoc.write("<tr><td width='14%' valign='top' align='left'><font face='Arial' size='1'><b>"+u2+"</b></font>&nbsp;</td><td width='30%' valign='top' align='left'><font face='Arial' size='1'>"+t2+"</font>&nbsp;</td></tr>");
	ndoc.write("<tr><td width='14%' valign='top' align='left'><font face='Arial' size='1'><b>"+u3+"</b></font>&nbsp;</td><td width='30%' valign='top' align='left'><font face='Arial' size='1'>"+t3+"</font>&nbsp;</td></tr>");
	ndoc.write("<tr><td width='14%' valign='top' align='left'><font face='Arial' size='1'><b>"+u4+"</b></font>&nbsp;</td><td width='30%' valign='top' align='left'><font face='Arial' size='1'>"+t4+"</font>&nbsp;</td></tr>");
	ndoc.write("<tr><td width='14%' valign='top' align='left'><font face='Arial' size='1'><b>"+u5+"</b></font>&nbsp;</td><td width='30%' valign='top' align='left'><font face='Arial' size='1'>"+t5+"</font>&nbsp;</td></tr>");
	ndoc.write("<tr><td width='14%' valign='top' align='left'><font face='Arial' size='1'><b>"+u6+"</b></font>&nbsp;</td><td width='30%' valign='top' align='left'><font face='Arial' size='1'>"+t6+"</font>&nbsp;</td></tr>");
	ndoc.write("<tr><td width='14%' valign='top' align='left'><font face='Arial' size='1'><b>"+u7+"</b></font>&nbsp;</td><td width='30%' valign='top' align='left'><font face='Arial' size='1'>"+t7+"</font>&nbsp;</td></tr>");
	ndoc.write("<tr><td width='100%' valign='top' colspan='3'><font face='Arial' size='1'>"+text+"</font>&nbsp;<hr color='#000000' size='1'></td></tr>");
	ndoc.write("<tr><td width='100%' colspan='3'><font face='Arial' size='2'><a href='javascript:window.close();'>Fenster schließen</a></font></td></tr>");
	ndoc.write("</table>");
	ndoc.write("</body></html>");
}


//  End -->


