function show_mlnk(ctry,dom,usr,atxt,ppath)
{m=usr+"@"+dom+"."+ctry;
document.write("<a href=\"mailto:"+m+"\"><img src=\""+ppath+"gfx/maillink.gif\" alt=\"E-Mail\" height=\"10\" width=\"15\" border=\"0\" align=\"absmiddle\" />&nbsp;");
if (atxt=="") {document.write(m);};
document.write(atxt+"</a>");}
function openInfoWindow(wh)
{wndw=window.open(wh,"infowindow","width=400,height=400");}
