<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Live Online Page Department Index</title>
<meta name="keywords" content="travel,sports gear,outdoor,adventure,camping,hiking,backpacking,paintball,inline skates,gps,telescopes" />
<meta name="subject" content="travel,sports gear,outdoor,adventure,camping,hiking,backpacking,paintball,inline skates,gps,telescopes Information Resource Center" />
<meta name="description" content="Department Index Of Online Pages; Expedtion Travel Safari Survival Field Jungle Island Desert Remote Equipment Gear Professional Outfitting; Casanova's Outdoor Adventure Factory Direct Supply Support; Trusted Since 1930" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Window-target" content="_top" />
<meta http-equiv="Audience" content="General" />
<meta name="Rating" content="General" />
<meta name="Area" content="Sport" />
<meta name="robot" content="INDEX,FOLLOW" />
<meta name="revisit-after" content="5 days" />
<meta name="COPYRIGHT" content="CGI USA" />
<meta name="PUBLISHER" content="CGI USA" />
<meta name="Author" content="Web Author 1" />
<link rel="start" title="Cover Page - Online Catalog Showcase" type="text/html" href="http://CasanovasAdventures.com/catalog/index.htm" />
<link rel="stylesheet" type="text/css" href="../_base/style1.css" /><link href="../_base/nextgen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?php
// Start Page Header Construct ----------------------------------------------------------- >
$subtitle='Department Index';
REQUIRE '../_base/inc/r1.inc';
REQUIRE '../_base/inc/rh3x.inc';
// END Page Header Construct ------------------------------------------------------------- >
// Start Content Format ------------------------------------------------------------------ >
?>
<table id="pagecontent">
<tr>
<td id="leftcolumn"></td>
<td id="rightcolumn">
<h1 id="indexheadline">Pages Online Now.....</h1>
<hr />
<table class="pageindex">
<tr>
<td class="columnleftheader">Page<br />Names</td><td class="columnrightheader">Page<br />Titles</td>
</tr>
<tr>
<?php
FUNCTION echo_link( $link, $pn, $text)
{
ECHO '<tr>';
ECHO '<td class="columnleftheader" /><A href="'.$link.'" style="font-family: Arial; font-size: 9pt; color: #000000; font-weight: bold" />'.$pn.'</td>';
ECHO '<td class="columnrightheader" /><A href="../2-wayradio/'.$link.'" style="text-decoration: none; font-family: Arial; font-size: 9pt; color: #000000; font-weight: bold" />'.$text.'</td></tr>'; }
echo_link('../', '*', 'Cover');
echo_link('/catalog/dir/dir.htm', '**', 'Table of Contents');
$dir_handle=opendir('.');
while ($file=readdir($dir_handle))
{
if (($file != basename($SCRIPT_FILENAME)) && (is_file($file)) && eregi("htm$", $file)&& !eregi('index', $file))
{
$x = $n++;
$FILE[$x]= $file;
}

}
SORT ($FILE);
RESET ($FILE);
WHILE (list ($key, $val) = each ($FILE))
{
$name=ereg_replace('.inc','',$val);
$name=ereg_replace('.htm','',$name);
$name=ereg_replace('_',' ',$name);
$fp = fopen("$val", 'r');
$build = '';
$flag = 0;
WHILE (!feof($fp))
{
$line = fgets($fp,1024);
if (eregi("^<TITLE>", $line)) $flag = 1;
if ($flag == 1) $build = $build.$line;
if (eregi("</TITLE>", $line))
{
$flag = 0;
break;
}
}
IF($build > '')
{
$build = eregi_replace('<TITLE>','', $build);
$build = eregi_replace('</TITLE>','', $build);
$build = trim($build);
echo_link($val, $name, $build);
}
}
RESET ($FILE);
?>
</table>
</td>
</tr>
</table>

<table id="pagefooter"> <?php # ##### PAGE FOOTER ?>
<tr>
<td id="leftcolumn"></td>
<td id="footerrightcol">
<table id="pagefooter">
<tr>
<td><hr /></td><td id="checkcart"><?php include $review; echo"\" />Shopping Cart</a>"; ?></td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
<td><?php include"../_base/inc/nav.inc"; include"../_base/inc/footer.inc"; ?></td>
</tr>
</table>
<hr />
<?php include"../_base/notice1.inc"; include"../_base/inc/base.inc"; ?>
</body>
</html>