<?php
if(file_exists('gzdoc.php')) {
require_once('gzdoc.php');
} else {
include_once('../gzdoc.php');
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Refresh" content=3600>
<?php require 'meta.html'; ?>
<title><?php echo $site_title; ?></title>
<style type="text/css">
<!--
<?php
require 'style.html';
?>
-->
</style>
<script language="JavaScript" type="text/javascript">
<!--
setTimeout ("framekill()", 10);
function framekill() {
if (self.parent.frames.length != 0)
self.parent.location=document.location;
}
self.focus();
function openwin(url) {
var windowup = window.open(url,'popup',"directories=no, menubar=no, scrollbars=yes, status=yes, height=400, width=600, left=20, top=20");
windowup.focus();
}
//-->
</script>
</head>
<body bgcolor="<?php echo $body_bgcolor; ?>" text="<?php echo $body_text; ?>" link="<?php echo $body_link; ?>" vlink="<?php echo $body_vlink; ?>" alink="<?php echo $body_alink; ?>">
<?php
require 'header.html';
?>