2 include_once("../../globals.php");
7 <?php
html_header_show();?
>
9 <?php
xl ('Patient Finder','e'); ?
>
12 <script language
='JavaScript'>
13 <?php
require($GLOBALS['srcdir'] . "/restoreSession.php"); ?
>
17 <frameset rows
="<?php echo "$GLOBALS[navBarHeight
],$GLOBALS[titleBarHeight
]" ?>,*" cols
="*" frameborder
="0" border
="0" framespacing
="0">
18 <frame src
="finder_navigation.php?patient=<?php echo $patient;?>&findBy=<?php echo $findBy;?>" name
="Navigation" scrolling
="no" noresize frameborder
="0">
19 <frame src
="../main_title.php" name
="Title" scrolling
="no" noresize frameborder
="0">
20 <frame src
="patient_select.php?patient=<?php echo $patient;?>&findBy=<?php echo $findBy;?>" name
="Comment" scrolling
="auto" noresize frameborder
="0">
23 <noframes
><body bgcolor
="#FFFFFF">
24 Frame support required