var Loc=0;
var Title=0;
var IE = (navigator.appName == "Microsoft Internet Explorer")
var OP = (window.opera)?true : false;
var NN = (navigator.appName == "Netscape")

function BookMark(){
	var Loc=window.document.URL;
	var Title=document.title;
	window.external.AddFavorite(Loc,Title);
}


function linexch(elid)
{
	document.getElementById(elid).href = '/r2f/sendtofriend.php?rf='+window.document.location;
}

function whatagent(elid) {
	if (NN) {
			document.getElementById(elid).style.display = 'none'

	}
}

function whatagento(elid) {
	if (!IE || OP) {
			document.getElementById(elid).style.display = 'none'

	}
}
