// JavaScript Document
function AddToBookmarks (url,title) { window.external.AddFavorite(url,title); }
function ReportLink() {
    var agree=confirm("Do you want to report broken link?");
    if (agree)
		return true ;
    else
        return false ;
}

var emailsetup='mailto:contact@free-english.com?subject=Report%20Broken%20Link&body=I%20would%20like%20to%20report%20a%20broken%20link%20on:%20%0D<<cut%20and%20paste%20the%20location/address%20line%20of%20your%20web%20browser>>.%0D%0D%0DThe%20broken%20link%20is:%0D<<describe%20link>>.'
