</FONT></STRONG></CENTER>
<?php
-//Adding a footer to the main page
-include "footer.php";
+//including screen function
+include (footer("MAIN-1"));
+
?>
</BODY>
--- /dev/null
+<?php
+
+//==============================================================
+//
+// all screen functions implementation
+//
+//==============================================================
+
+include "release.php"
+
+
+//==============================================================
+//
+// To display screen footer
+//
+//==============================================================
+function footer($pageref)
+
+{
+echo ("$pageref Version:$m_release\n");
+}
+
+
+?>