window.opener.location.href = obj.href;
        window.opener.focus();
        return false;
    }
    return true;
}
</script>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<? if (!Request::get('print_view')): ?>
    <tr>
        <td class="blank" valign ="top">
            <table width="100%" cellspacing="0" cellpadding="0" border="0">
            <tr>
                <td valign ="top">
                <?
                    if ($msg->checkMsgs()) {
                        $msg->displayAllMsg("line");
                    }
                    if ($page_intro) {
                        echo $page_intro;
                    }
                        echo join("\n", $pmessages);
                ?>
                    <table width="100%" cellspacing="0" cellpadding="0" border="0">
<? endif; ?>
    <tr>
        <td class="blank" valign ="top">

    <?

/*****************************************************************************