/* <![CDATA[ */
function AddToFavourites()
{
    bookmarkUrl = "http://www.blc.pl";
    bookmarkTitle = "BLC - British Language Centre";
    if (document.all)
        window.external.AddFavorite(bookmarkUrl, bookmarkTitle);
}

function WindowOpen()
{
    window.open('SendToAFriend.aspx', 'BLC', 'scrollbars=no, menubar=no, height=200, width=400, resizable=yes, toolbar=no, location=no, status=no');
}
/* ]]> */