function openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}

function TellAFriend() {
var page = location.href;
day = new Date();
id = day.getTime();
url = "http://www.erolhosting.co.uk/essentialaids/erol/images/js/tellafriend/tellafriend.php?&page=" + page;

eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500');");
}