function tellFriend () {
window.open("http://www.seo-intel.com/tell_a_friend.php","tell_friend","width=500,height=350,left=50,top=50,scrollbars=no,menubar=no,resizable=no,location=no,toolbar=no");
}

function getURL(linkID) {
var destination = links[linkID];
newWindow=window.open(destination,'links_window','width=800,height=600,left=0,top=0,scrollbars=yes,menubar=yes,resizable=yes,location=yes,toolbar=yes');
if (window.focus) {newWindow.focus()}
}

function showLink(linkID,show) {
	var destination = links[linkID];
	if (show == "1") {
	window.status = destination;
	}
	else {
	window.status = "";	
	}
}
