| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/development/dev.americansocietyforassetprotection.com/member/ |
Upload File : |
<?php
session_start();
$SESSION_PAGE = "online_legal_software";
$_SESSION['last_page'] = $SESSION_PAGE;
$LOGIN = $_SESSION['logged'];
$body_id = 'legal';
$title = 'Online Legal Software';
require_once('binx/includes/odds/header.php');
?>
<script type="text/javascript">
$(document).ready(function(e)
{
switchTab(<?= (!empty($_SESSION['current_tab'])) ? $_SESSION['current_tab'] : 1; ?>, '<?=$LOGIN?>');
});
</script>
<center>
<div class="ui-stage-frame" style="position:relative; left:2px; top:-10px;">
<input type="hidden" id="id-command-space" value="" />
<table border="0" width="100%" style="position:relative; left:-32px; top:20px; z-index:1;">
<tr>
<td align="left">
<?php
if($_SESSION['demo_account']==1) {
echo "<div name=\"tab6\" class=\"ui-legal-doc-tab\" id=\"id-doc-tab6\" onClick=\"switchTab(6, '".$LOGIN."');\" title='Limited Liability Company' alt='Limited Liability Company'>
<img src='images/tab_llc_icon.png' width='20px' height='20px'/><div class='ui-tab-text'>LLC</div></div>";
echo "<div name=\"tab1\" class=\"ui-group-tab\" id=\"id-doc-tab1\" onClick=\"switchTab(1, '".$LOGIN."');\">
<img src='images/tab_home_icon.png' width='20px' height='20px'/><div class='ui-tab-text'>HOME</div></div>";
} else {
echo "<div name=\"tab9\" class=\"ui-legal-doc-tab\" id=\"id-doc-tab9\" onClick=\"switchTab(9, '".$LOGIN."');\" title='Other Documents' alt='Other Documents'>
<img src='images/tab_other_icon.png' width='20px' height='20px'/><div class='ui-tab-text'>OTHER DOCS</div></div>";
echo "<div name=\"tab4\" class=\"ui-legal-doc-tab\" id=\"id-doc-tab4\" onClick=\"switchTab(4, '".$LOGIN."');\" title='Charitable Remainder Trust' alt='Charitable Remainder Trust'>
<img src='images/tab_crt_icon.png' width='20px' height='20px'/><div class='ui-tab-text'>CRT</div></div>";
echo "<div name=\"tab8\" class=\"ui-legal-doc-tab\" id=\"id-doc-tab8\" onClick=\"switchTab(8, '".$LOGIN."');\" title='Corporations' alt='Corporations'>
<img src='images/tab_corp_icon.png' width='20px' height='20px'/><div class='ui-tab-text'>CORP</div></div>";
echo "<div name=\"tab7\" class=\"ui-legal-doc-tab\" id=\"id-doc-tab7\" onClick=\"switchTab(7, '".$LOGIN."');\" title='Family Limited Partnership' alt='Family Limited Partnership'>
<img src='images/tab_flp_icon.png' width='20px' height='20px'/><div class='ui-tab-text'>FLP</div></div>";
echo "<div name=\"tab6\" class=\"ui-legal-doc-tab\" id=\"id-doc-tab6\" onClick=\"switchTab(6, '".$LOGIN."');\" title='Limited Liability Company' alt='Limited Liability Company'>
<img src='images/tab_llc_icon.png' width='20px' height='20px'/><div class='ui-tab-text'>LLC</div></div>";
echo "<div name=\"tab5\" class=\"ui-legal-doc-tab\" id=\"id-doc-tab5\" onClick=\"switchTab(5, '".$LOGIN."');\" title='Living Trust' alt='Living Trust'>
<img src='images/tab_lt_icon.png' width='20px' height='20px'/><div class='ui-tab-text'>LT</div></div>";
echo "<div name=\"tab1\" class=\"ui-group-tab\" id=\"id-doc-tab1\" onClick=\"switchTab(1, '".$LOGIN."');\">
<img src='images/tab_home_icon.png' width='20px' height='20px'/><div class='ui-tab-text'>HOME</div></div>";
}
?>
</td>
</tr>
</table>
<table width="100%" border="0" id="id-stage" class="ui-stage" cellspacing="0" style="background:transparent; z-index:2;">
<tr>
<td align="center" valign="top" width="100%">
<div id="id-stage-left" class="ui-stage-left" style="float:none; background:transparent;">
<div style="clear:both"></div>
</div>
<br />
</td>
</tr>
</table>
</div>
</center>
<?php require_once('binx/includes/odds/footer.php'); ?>