function MalariaKarte(Landnr,Landx) {
var q = '"';
var I;
var Land = Landx;
I = Land.indexOf('_');
if (I != -1) {Land = Land.substring(0,I)+ " " + Land.substring(I+1);}
I = Land.indexOf('_');
if (I != -1) {Land = Land.substring(0,I)+ " " + Land.substring(I+1);}
I = Land.indexOf('_');
if (I != -1) {Land = Land.substring(0,I)+ " " + Land.substring(I+1);}

I = Land.indexOf('+');
if (I != -1) {Land = Land.substring(0,I)+ " " + Land.substring(I+1);}
I = Land.indexOf('+');
if (I != -1) {Land = Land.substring(0,I)+ " " + Land.substring(I+1);}
I = Land.indexOf('+');
if (I != -1) {Land = Land.substring(0,I)+ " " + Land.substring(I+1);}
I = Land.indexOf('+');
if (I != -1) {Land = Land.substring(0,I)+ " " + Land.substring(I+1);}
I = Land.indexOf('+');
if (I != -1) {Land = Land.substring(0,I)+ " " + Land.substring(I+1);}

var NW=window.open("","displayWindow","top=1,left=1,width=630,height=380,location=0,directories=0,status=0,scrollbars=1,resizable=1,toolbar=0,menubar=0");

NW.document.open ("text/html");
NW.document.writeln ("<html>");
NW.document.writeln ("<head>");
NW.document.writeln ("<meta http-equiv="+q+"Content-Type"+q+" content="+q+"text/html; charset=ISO-8859-1"+q+">");
NW.document.writeln ("<title>....................................... Malariarisiko in "+Land+" .....................................................................");
NW.document.writeln ("</title>");
NW.document.writeln ("<script language="+q+"JavaScript"+q+"> function setzefocus() {return;} </script>");
NW.document.writeln ("<script language="+q+"JavaScript1.2"+q+"> function setzefocus() {window.focus();} </script>");
NW.document.writeln ("</head>");
NW.document.writeln ("<body bgcolor="+q+"#FFFFFF"+q+" topmargin="+q+"5"+q+" leftmargin="+q+"0"+q+" onload="+q+"setzefocus()"+q+">");
NW.document.writeln ("<div align="+q+"left"+q+">");
NW.document.writeln ("<table border="+q+"0"+q+" cellpadding="+q+"0"+q+" width="+q+"576"+q+" height="+q+"143"+q+" cellspacing="+q+"0"+q+">");
NW.document.writeln ("<tr>");
NW.document.writeln ("<td rowspan="+q+"6"+q+" valign="+q+"middle"+q+" height="+q+"143"+q+"><img src="+q+"/images/karten_laender/"+Landnr+".gif"+q+" ></td>");
NW.document.writeln ("<td valign="+q+"bottom"+q+" height="+q+"75"+q+"></td>");
NW.document.writeln ("<td valign="+q+"bottom"+q+" colspan="+q+"2"+q+" height="+q+"75"+q+"><font face="+q+"Arial"+q+" size="+q+"2"+q+" color="+q+"#FF0000"+q+">");
NW.document.writeln ("<strong>Malariavorkommen</strong></font></td>");
NW.document.writeln ("</tr>");
NW.document.writeln ("<tr>");
NW.document.writeln ("<td height="+q+"10"+q+"></td>");
NW.document.writeln ("<td colspan="+q+"2"+q+" height="+q+"10"+q+"><div align="+q+"center"+q+"><center><table border="+q+"1"+q+" cellpadding="+q+"0"+q+" width="+q+"80"+q+">");
NW.document.writeln ("<tr>");
NW.document.writeln ("<td bgcolor="+q+"#FFCE63"+q+" align="+q+"center"+q+"><strong><font face="+q+"Arial"+q+" color="+q+"#FFCE63"+q+" size="+q+"2"+q+">.</font></strong></td>");
NW.document.writeln ("</tr>");
NW.document.writeln ("</table>");
NW.document.writeln ("</center></div></td>");
NW.document.writeln ("</tr>");
NW.document.writeln ("<tr>");
NW.document.writeln ("<td height="+q+"57"+q+"></td>");
NW.document.writeln ("<td colspan="+q+"2"+q+" height="+q+"57"+q+"></td>");
NW.document.writeln ("</tr>");
NW.document.writeln ("<tr>");
NW.document.writeln ("<td height="+q+"19"+q+"></td>");
NW.document.writeln ("<td height="+q+"19"+q+"></td>");
NW.document.writeln ("<td height="+q+"19"+q+"></td>");
NW.document.writeln ("</tr>");
NW.document.writeln ("<tr>");
NW.document.writeln ("<td height="+q+"15"+q+"></td>");
NW.document.writeln ("<td height="+q+"15"+q+"><a  href="+q+"javascript:close();"+q+"><img src="+q+"/reisemedizin/bilder/buttonkx.gif"+q+" width="+q+"30"+q+"");
NW.document.writeln ("align="+q+"right"+q+" alt="+q+"schliessen"+q+" border="+q+"0"+q+" height="+q+"30"+q+"></a></td>");
NW.document.writeln ("<td height="+q+"15"+q+"><a  href="+q+"javascript:close();"+q+"><font face="+q+"Arial"+q+" size="+q+"1"+q+" color="+q+"#003399"+q+">schliessen</font></a></td>");
NW.document.writeln ("</tr>");
NW.document.writeln ("<tr>");
NW.document.writeln ("<td colspan="+q+"3"+q+" height="+q+"1"+q+"></td>");
NW.document.writeln ("</tr>");
NW.document.writeln ("</table>");
NW.document.writeln ("</div>");
NW.document.writeln ("</body>");
NW.document.writeln ("</html>");
NW.document.close();
}


function drucken() {
var url = "print.jsp?l=" + encodeURI(document.URL);
msgWindow=window.open(url,"displayWindow","top=1,left=1,width=100,height=100,location=0,directories=0,status=0,scrollbars=0,resizable=0,toolbar=0,menubar=0");
}