if (top!=self)
document.writeln('<style>#as {DISPLAY: none}</style>');
//top.location.href=location.href;

    priceWindow = null;
function closeWin(){if (priceWindow) priceWindow.close();}
    function openPrice(html_file) {
        closeWin();
        var w1=380, h1=240, x_ots=(screen.width-w1)/2-13, y_ots=(screen.height-h1)/2-70;
        var strFutures='top=' + y_ots + ',left=' + x_ots + ',width=' + w1 + ',height=' + h1 
            + ',toolbar=0,status=0,menubar=0,location=0,resizable=0,scrollbars=0';
            priceWindow = window.open(html_file, "price", strFutures);
    }


function giv_cont() {
             document.writeln('<a href="mailto:gallery@vnesterenko.ru?subject=Письмо с сайта Василия Нестеренко"> В. И. Нестеренко, 2008</a>'
             + '. &nbsp;<img border="0" src="letter.gif" width="18" height="10">&nbsp; &nbsp;© '
             + '<a href="mailto:apol@erfolg.ru?subject=Сайт Василия Нестеренко&cc=info@erfolg.ru&bcc=apoliakov@rambler.ru">А. Поляков, дизайн. Поддержка сайта – ООО “АртСервис”</a>.' );
 }

 function change_img(imgon_src,imgoff_src,strUrl,w,h) {
             var apostrof="'";
             var prefix='<a href="' + strUrl +'">';
             var suffix='</a>';
             var imgStr='<img onmouseover="this.src=' + apostrof + imgon_src + apostrof + '" onmouseout="this.src=' + apostrof + imgoff_src + apostrof + '" border=0 src=' + imgoff_src  + ' width=' + w + ' height=' + h + ' align=bottom>';
             document.write(prefix+imgStr+suffix);
 }
