<?php
include ("head.php");
$inputNumber = 6;
include ("menu.php");
?>
  <div class="colmask rightmenu">
      <div class="colleft">
	<div class="col1">
	  <!-- Column 1 start -->
	  <h1>Accepted Papers</h1>
	  <br>
	  <a name="full"></a>
	  <?php
	     include ("accepted_full.php");
	   ?>
	  <br>
	  <a name="short"></a>
	  <?php
	     include ("accepted_short.php");
	   ?>
	  <br>
	  <a name="demos"></a>
	  <?php
	     include ("accepted_demos.php");
	   ?>
	  <!-- Column 1 end -->
	</div>
       <div class="col2">
         <!-- Column 2 start -->
	 <?php
	 include ("rightcolumn.php");
	 ?>
         <!-- Column 2 end -->
       </div>
   </div>
</div>
<?php
include ("footer.php"); 
?>
