/* <![CDATA[ */
function AddToFavourites()
{
    bookmarkUrl = "http://www.blc4u.com";
    bookmarkTitle = "BLC4u";
    if (document.all)
        window.external.AddFavorite(bookmarkUrl, bookmarkTitle);
}

function WindowOpenFiveStepsToStart()
{
    window.open('FiveStepsToStart.aspx', 'BLC4u', 'scrollbars=no, menubar=no, height=411, width=1126, resizable=no, toolbar=no, location=no, status=no');
}

function WindowOpen()
{
    window.open('SendToAFriend.aspx', 'BLC4u', 'scrollbars=no, menubar=no, height=200, width=400, resizable=no, toolbar=no, location=no, status=no');
}
/* ]]> */
