function wrmail(f){
var str = "<a href='mailto:" + f + "@nlr.ru'>" + f + "@nlr.ru</a>";
document.write(str);
}

var newWin;
function goToMap(t,x,y){
var url="/tus/20100921/img/" + t;
var d="width="+x+",height="+y+",resizable=yes";
if(!newWin || newWin.closed){
    newWin= window.open(url,"map", d);
    }
	else {
    newWin.location.href = url;
    if(newWin.focus) newWin.focus();
    }
}
