function ShowWin(url,x,y,name,isscrollbars) {
cx=screen.width/2 - (x/2);
cy=screen.height/2-(y/2);
isscrollbars=(isscrollbars=="no")?"no":"yes";
window.open(url,name,"toolbar=no,status=no,directories=no,menubar=no,resizable=yes,width="+x+",height="+y+",scrollbars="+isscrollbars+",top="+cy+",left="+cx);
}
function ShowWin1(url)
{
 ShowWin(url, 450, 550, 'popup', 'no');
}
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();
    //width="+w+" height="+h+"
}
function addMenu()
{
document.write('<tr><td bgcolor=#ffffff><a href="/links.html"> </a></td></tr>');
document.write('<tr><td><img src="/i/mnu_underline.gif" width=150 height=9 alt=""></td></tr>');
}
function addTop()
{
//<--begin of Ramblers Top100 code -->
document.write('<a href="http://top100.rambler.ru/top100/" target=_blank>');
document.write('<img src="http://counter.rambler.ru/top100.cnt?617490" alt="" width=1 height=1 border=0></a>');
//<!--end of Top100 code-->
}
function addCntLogo()
{
//<!--begin of Top100 logo-->
document.write('<a href="http://top100.rambler.ru/top100/" target=_blank>');
document.write('<img src="http://top100-images.rambler.ru/top100/banner-88x31-rambler-gray2.gif" alt="Rambler&#39;s Top100" width=88 height=31 border=0></a>');
document.write('</td></tr><tr><td><img src="/i/px.gif" width=1 height=10 alt=""></td></tr><tr><td>');
//<!--end of Top100 logo -->
}

