function showScreenshot(shot, x, y)
{
        var ScrWindow;
        ScrWindow=window.open("","","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=150,top=50,width="+x+",height="+y+"");
        if (ScrWindow != null && ScrWindow.opener == null) ScrWindow.opener=window;
        ScrWindow.document.open();
        ScrWindow.document.writeln ("<html> <head>  <title></title> </head> "+
        "<body style='margin:0;'>"+
        "<div align=center><a href='javascript:close();'><img src='/images/portfolio/"+shot+"' border=0 alt='' title='Закрыть окно'></a></div>"+
        "</body></html>");
        ScrWindow.document.close();
}
function email(){
        r = "info"; t = "miraweb"; k = "@"; m = ".ru";
        document.write('<a href=\"mailto:' + r + k + t + m + '\" class="mail">'+ r + k + t + m + '</a>');
}

