<?
include ("includes/global.inc"); // Global Variables
include ("includes/functions.inc"); // Global Functions
include ("includes/head.inc"); // Standard Headers
?>
</head>
<frameset rows="48,*,38" frameborder="no" border="0" framespacing="0">
<frame src="top.php" frameborder="0" scrolling="no" noresize name="upper">
<frameset cols="140,*" frameborder="NO" border="0" framespacing="0">
<frame src="side.php" frameborder="0" scrolling="no" name="side">
<frame src="main.php" name="main">
</frameset>
<frame src="bottom.php" frameborder="0" scrolling="no" noresize name="bottom">
</frameset>
<noframes>
<body bgcolor="#ffffff">
</body>
</noframes>
</html>