<!--
	function print_popup(id) {
		F = window.open('/index.cfm?event=page.print&id='+id,'Print','width=600,resizable=yes, scrollbars=yes');

	}
	function recommend_popup(id) {
		window.open('/index.cfm?event=page.recommendation&id='+id,'SendEmail','width=600,height=600,resizable=yes, scrollbars=yes');
	}
	
	function reply_popup(id) {
		window.open('/index.cfm?event=page.comment&id='+id,'SendEmail','width=600,height=550,resizable=yes, scrollbars=yes');
	}
//-->

