function openRecommendation(address) {
	recWindow = window.open(address, "Recommend this", "scrollbars=yes,width=800px,height=700px,dependent=yes,location=no,menubar=no,toolbar=no");
	recWindow.focus();
}
