echo $class_mainlevel;
    ?>
" href="<?php 
    $sess->purl(SECUREURL . "index2.php?page=store.index&pshop_mode=admin");
    ?>
">
      	<?php 
    echo $VM_LANG->_('PHPSHOP_ADMIN_MOD');
    ?>
      	</a>
      </td>
    </tr>
  <?php 
}
// Show the Account Maintenance Link
if ($perm->is_registered_customer($auth["user_id"]) && $show_accountlink == 'yes') {
    ?>
 
    <tr> 
		<td colspan="2">
			<?php 
    $class_att = 'class="' . $class_mainlevel . '"';
    $href = $sess->url(SECUREURL . "index.php?page=account.index", true);
    $href2 = $sess->url(SECUREURL . "index2.php?page=account.index", true);
    $text = $VM_LANG->_('PHPSHOP_ACCOUNT_TITLE');
    if ($useGreyBox_accountlink) {
        echo vmCommonHTML::getGreyboxPopUpLink($href2, $text, '', $text, $class_att, 500, 600, $href);
    } else {
        echo vmCommonHTML::hyperlink($href, $text, '', $text, $class_att);
    }
    ?>