<?php
# what content are we passing to the script and echoing to the user?
$title = 'Windows';
$content = 'Windows';
include "tables.php";
?>
