

function tellFriend(E_link) {
	//var URL ="/popUp.php?page=tellFriend&prodId=" + prodId;
	open(E_link.href, null, "width=700,height=500,status=yes,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no");
	return false;
}


