$this_var = "function show_nature(x,y,up,down,right,left,c1,c2,c3,c4,f,fc){
x+=22;
y+=26;
if (f!='') f=' style="cursor:hand" title="'+f+'" '+fc;
if (up==1) up = 'class=go_yes onclick = "location=\'main.php?go_nature=up\'" style=\'cursor:hand\'';
if (down==1) down = 'class=go_yes onclick = "location=\'main.php?go_nature=down\'" style=\'cursor:hand\'';
if (left==1) left = 'class=go_yes onclick = "location=\'main.php?go_nature=left\'" style=\'cursor:hand\'';
if (right==1) right = 'class=go_yes onclick = "location=\'main.php?go_nature=right\'" style=\'cursor:hand\'';
if (c1==1) c1 = 'class=go_yes onclick = "location=\'main.php?go_nature=lup\'" style=\'cursor:hand\'';
if (c2==1) c2 = 'class=go_yes onclick = "location=\'main.php?go_nature=rup\'" style=\'cursor:hand\'';
if (c3==1) c3 = 'class=go_yes onclick = "location=\'main.php?go_nature=rdown\'" style=\'cursor:hand\'';
if (c4==1) c4 = 'class=go_yes onclick = "location=\'main.php?go_nature=ldown\'" style=\'cursor:hand\'';
var text;
text = '<div style="padding-top:18px;padding-left:29px;"><table border="0" cellspacing="0" width=560 height=400 cellpadding="0">';
var cx,cy;
var dir;
for(cy=y-2;cy<=y+2;cy++)
{
text+='<tr>';
for (cx=x-3;cx<=x+3;cx++)
{
if(cx<50 && (cx>10 || cx%10<5)) dir='Z:\denwer\www\denwer\images\map3'; else dir='Z:\denwer\www\denwer\images\map4';
if (cx==x && cy==y) text+='<td class=fader><img src=/Z:\denwer\www\denwer\images/'+dir+'/'+cx+'_'+cy+'.jpg '+f+'></td>';else
if (cx==x-1 && cy==y)text+='<td '+left+'><img src=/Z:\denwer\www\denwer\images'/'+dir+'/'+cx+'_'+cy+'.jpg></td>';else
if (cx==x+1 && cy==y)text+='<td '+right+'><img src=/Z:\denwer\www\denwer\images'/'+dir+'/'+cx+'_'+cy+'.jpg></td>';else
if (cx==x && cy==y-1)text+='<td '+up+'><img src=/Z:\denwer\www\denwer\images'/'+dir+'/'+cx+'_'+cy+'.jpg></td>';else
if (cx==x && cy==y+1)text+='<td '+down+'><img src=/Z:\denwer\www\denwer\images'/'+dir+'/'+cx+'_'+cy+'.jpg></td>';else
if (cx==x-1 && cy==y-1)text+='<td '+c1+'><img src=/Z:\denwer\www\denwer\images'/'+dir+'/'+cx+'_'+cy+'.jpg></td>';else
if (cx==x+1 && cy==y+1)text+='<td '+c3+'><img src=/Z:\denwer\www\denwer\images/'+dir+'/'+cx+'_'+cy+'.jpg></td>';else
if (cx==x+1 && cy==y-1)text+='<td '+c2+'><img src=/Z:\denwer\www\denwer\images/'+dir+'/'+cx+'_'+cy+'.jpg></td>';else
if (cx==x-1 && cy==y+1)text+='<td '+c4+'><img src=/Z:\denwer\www\denwer\images/'+dir+'/'+cx+'_'+cy+'.jpg></td>';else
text+='<td title="Недоступно"><img src=/Z:\denwer\www\denwer\images/'+dir+'/'+cx+'_'+cy+'.jpg></td>';
}
text+='</tr>';
}
text+='</table></div>';
document.write('<table border="0" width="621" height="439" cellspacing="0" cellpadding="0" background="/design/nature.png" style="background-repeat:no-repeat"><tr><td align="left" valign=top>');
document.write(text);
document.write('</td></tr></table>');
}";