
    priceWindow = null;
function closeWin(){if (priceWindow) priceWindow.close();}
    function openPrice(html_file) {
        closeWin();
        var w1=520, h1=400, 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=1,status=0,menubar=0,location=0,resizable=0,scrollbars=1';
            priceWindow = window.open(html_file, "price", strFutures);
    }

function giv_address(copy) {
var copyright='';
var email='poet'+'@'+'erfolg.ru';
if(copy==1) copyright='&copy;&nbsp;А.&nbsp;Поляков,&nbsp;';
else if(copy==2) copyright='Анатолий Поляков © 2000—2012 <img border="1" src="letter.gif" alt="написать письмо" width="14" height="8">&nbsp;';
else if(copy==3) copyright='Анатолий Поляков © 2000—2012 <img border="1" src="../letter.gif" alt="написать письмо" width="14" height="8">&nbsp;';
             document.write('<a href="mailto:'+email+'?subject=Письмо с сайта «Анатолий Поляков»" title="Письмо с сайта «Анатолий Поляков»">'+ copyright +email+'</a>');
 }
