function openFullscreen(url) {
	window.open(url, "main", "toolbar=no,status=no,resize=yes,menubar=no,scrollbars=no,address=no,width=" + screen.width + ",height=" + screen.height + ",top=0,left=0");
}

function openNewsletter() {
	window.open("subscribe.asp", "newsletter", "toolbar=no,status=no,resize=yes,menubar=no,scrollbars=no,address=no,width=798,height=375");
}