--- cgi/status.c.orig	2006-05-05 16:59:58.000000000 +0200
+++ cgi/status.c	2006-05-05 17:00:17.000000000 +0200
@@ -1663,7 +1663,7 @@
 					printf("<TD align=center valign=center>");
 					printf("<A HREF='");
 					print_extra_service_url(temp_service->host_name,temp_service->description,temp_serviceextinfo->notes_url);
-					printf("' TARGET='_blank'>");
+					printf("' >");
 					printf("<IMG SRC='%s%s' BORDER=0 WIDTH=%d HEIGHT=%d ALT='%s' TITLE='%s'>",url_images_path,NOTES_ICON,STATUS_ICON_WIDTH,STATUS_ICON_HEIGHT,"View Extra Service Notes","View Extra Service Notes");
 					printf("</A>");
 					printf("</TD>\n");
@@ -1672,7 +1672,7 @@
 					printf("<TD align=center valign=center>");
 					printf("<A HREF='");
 					print_extra_service_url(temp_service->host_name,temp_service->description,temp_serviceextinfo->action_url);
-					printf("' TARGET='_blank'>");
+					printf("' >");
 					printf("<IMG SRC='%s%s' BORDER=0 WIDTH=%d HEIGHT=%d ALT='%s' TITLE='%s'>",url_images_path,ACTION_ICON,STATUS_ICON_WIDTH,STATUS_ICON_HEIGHT,"Perform Extra Service Actions","Perform Extra Service Actions");
 					printf("</A>");
 					printf("</TD>\n");
