function popup(id){
	newWindow = window.open("<?php print $displaypage; ?>?popup=<?php
	if ($popup) {
		print "true";
	} else {
		print "false";
	}
?>&entry="+id,"newWindow","width=<?php print $popupwidth; ?>,height=<?php print $popupheight; ?>,scrollbars=yes,left=50,top=50");
	newWindow.focus();
}
