/* библиотека скриптов для сайта PRAVO999 */

function back(url)
    {
    if (document.referrer == "http://localhost:2017/pravo999%20html/curs/ind.html")
    {this.window.close();}
    else {this.window.close(); window.open(url,null);}
    return false; 
    
    }

function openFile(fname)
{
openFile = window.open(fname,null,"left=300, top=300, height=300,width=580,status=yes,toolbar=no,scrollbars=yes, menubar=no,location=no,resizable=yes");
return false;

}
