<?php
include "functions.php";
checkSecurity();
?>
<title>ARTIS Water Monitoring System</title>
<!-- frames -->
<frameset rows="*,50">
<frame name="Main_Document" id="Main_Document" src="main.php" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="Option_Bar" id="Option_Bar" src="options.php" marginwidth="10" marginheight="10" scrolling="no" frameborder="0">
</frameset>