PHP include() function works the same as SSI. It takes all the content in a specified file and includes it in the current file.
<body>
<?php include("menu.html"); ?>
</body>
The file named "menu.html" is located in the same directory.
Also the folder "Adobe_Style_Menu" is located in the same directory.