if  (screen.height>767) {
	document.write('<style type="text/css">');
	document.write('.thead {font: 10pt Arial; color: rgb(255,255,255); background: rgb(141,161,124); 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('.tbody1b {font: 10pt Arial; color: rgb(c0,c0,c0); background: rgb(215,215,215); font-weight:bold}');
	document.write('.tbody1k {font: 10pt Arial; color: rgb(c0,c0,c0); background: rgb(173,173,173)}');
	document.write('.tbody1kb {font: 10pt Arial; color: rgb(c0,c0,c0); background: rgb(173,173,173); font-weight:bold}');
	document.write('.tbody2	{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('.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(141,161,124); font-weight:bold}'); 
	document.write('.tfont {font: 10pt Arial}');
	document.write('.tfontsmall {font: 8pt Arial}');
	document.write('.tfontbold {font: 8pt Arial; font-weight:bold}');
	document.write('.tbodyh	{font: 8pt Arial; background: rgb(133,171,182)}');
	document.write('.tbody0	{font: 8pt Arial; color: rgb(10,10,10)}');
	document.write('.tbody1	{font: 8pt Arial; color: rgb(c0,c0,c0); background: rgb(215,215,215)}');
	document.write('.tbody1b {font: 8pt Arial; color: rgb(c0,c0,c0); background: rgb(215,215,215); font-weight:bold}');
	document.write('.tbody1k {font: 8pt Arial; color: rgb(c0,c0,c0); background: rgb(173,173,173)}');
	document.write('.tbody1kb {font: 8pt Arial; color: rgb(c0,c0,c0); background: rgb(173,173,173); font-weight:bold}');
	document.write('.tbody2	{font: 8pt 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('.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 ZoomW(bild,ueberschrift){
	neu = open("","","toolbar=no,statusbar=no,height=375,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'>");
	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,resizeable=yes,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 ZoomWN(bild,ueberschrift){
	neu = open("","","toolbar=no,statusbar=no,height=375,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'>");
	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 ZoomHA(bild,ueberschrift){
	neu = open("","","toolbar=no,statusbar=no,height=535,width=470,resizeable=yes,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 changeURL(vlang){

  st=document.URL;
  ps=st.indexOf("lang=");
  if ((ps)==-1) {
    if (st.indexOf("?")==-1) {
      st=st+"?lang="+vlang;
    } else
    {
      st=st+"&lang="+vlang;
    }
  }
  else {
    if (st.indexOf("?")==-1) {
      st=st.substring(0,ps-1)+"?lang="+vlang;
    } else
    {
      if (st.indexOf("?lang=")==-1) {
        st=st.substring(0,ps-1)+"&lang="+vlang;
      } else
      {
        st=st.substring(0,ps-1)+"?lang="+vlang;
      }
    }
  }

  location.href=st;
}


function checkLang() {
  st="lang=1";
  if (document.URL.indexOf("lang=2")>-1) st="lang=2";
  if (document.URL.indexOf("lang=3")>-1) st="lang=3";
  return st;
}

function goURL(url) {
  location.href=url+checkLang();
}
