<?php
include_once("start.inc");
$selfadd=HTTP_BASE . "php/display_cart.phtml";
include_once("ccc_currency.phtml");
include_once("headbar.php3");
?>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
  <tr>
    <td height="100%" width="98" valign="top" align="center" bgcolor="#000066">
    <?php
    include("cart_menu_top.phtml");
    include("cart_menu_bot.phtml");
     ?>
    <br>
    <img border="0" src="../images/sidebar_bg4.gif" width="98" height="2">
    </td>
    <td width="2" valign="top" align="center" background="../images/orange_space.gif" bgcolor="#FFFFFF">
    <img border="0" src="../images/orange_space.gif" width="1" height="1">

    </td>
    <td valign="top" align="center">
<table border="0" cellpadding="0" cellspacing="0" width="90%">
  <tr>
    <td width="100%" align="center">
    <br>
    <?php
    include("manage_cart.php3");
    switch($pagecall)
    {
         case"B":
              $pagego=HTTP_BASE . "book/index.phtml";
              break;
         case"M":
              $pagego=HTTP_BASE . "music/index.phtml";
              break;
         case"O":
              $pagego=HTTP_BASE . "omega/index.phtml";
              break;
         case"V":
              $pagego=HTTP_BASE . "videos/index.phtml";
              break;
         case"R":
              $pagego=HTTP_BASE . "videos/review.phtml";
              break;
         case"T":
              $pagego=HTTP_BASE . "other/index.phtml";
              break;              
         default:
              $pagego=HTTP_BASE . "book/index.phtml";
    }
    ?>
  <br>
  <center>
  <div align="center">
    <table width="70%">
      <tr>
         <td width="50%" align="left" valign="top">
         <?php
    echo"<a href=\"$pagego$add_var\"><img src=\"../images/pj_continue.gif\" border=\"0\" alt=\"Continue Shopping\"></a>  ";
    ?>
         </td>
         <td width="50%" align="right" valign="top">
    <?php
    if(!$nothing_in_cart==1)
    {
        echo"<a href=\"" . HTTP_BASE . HTTPS_REDIRECT . "$add_var&act=display&PHPSESSID=" . session_id() . "\"><img src=\"../images/pj_proceed.gif\" border=\"0\" alt=\"Proceed to Checkout\"></a>";
    }
    ?>
          </td>
       </tr>
    </table>
    </div>
    </center>
    &nbsp;
     <?php include("ccc_currency_clause.phtml") ?>
    </td>
</tr>
    </table>
  </td>
  </tr>
</table>

</body>

</html>