function ramblerCnt()
{
document.write('<a href="http://top100.rambler.ru/top100/">');
document.write('<img src="http://counter.rambler.ru/top100.cnt?643775" alt="" width=1 height=1 border=0></a>');
}
function addMaxMap(s)
{
document.write('<table border=0 cellspacing=0 cellpadding=2>');
document.write('<tr><td><a href="/bigmap.php?map=' + s + '" onclick="ShowWin(this.href);return false;"><img src="/i/view.gif" height=27 width=27 border=0 alt=""></a></td>');
document.write('<td><a class=c1 href="/bigmap.php?map=' + s + '" onclick="ShowWin(this.href);return false;">Увеличить карту</a></td></tr>');
document.write('</table>');
}
function ShowWin(url) {
var x, y, cx, cy;
x = 800;
y = 600;
cx=screen.width/2 - (x/2);
cy=screen.height/2-(y/2);
window.open(url,"popup","toolbar=no,status=no,directories=no,menubar=no,resizable=yes,width="+x+",height="+y+",scrollbars=yes,top="+cy+",left="+cx);
}
function iView(img,w,h,title) {
    cx=screen.width/2-(w/2);
    cy=screen.height/2-(h/2);
    param="width="+w+",height="+h+",location=no,menubar=no,scrollbars=no,top="+cy+",left="+cx;
    tw = window.open("","",param);
    tw.document.open();
    tw.document.write("<html><head><title>"+title+"</title></head><body style=\'margin:0;padding:0\'>"+
    "<a href=\'javascript: window.close();\'><img src=\'"+img+"\' border=0 alt=\'Закрыть окно\' title=\'Закрыть окно\'></a></body></html>");
    tw.document.close();
}

