Gia'....
Porca miseria , Billo ora o messo il codice che hai postato
ma invio la mia index in modo tale che mi potete dire se ho combinato una boiata gigantesca ( credo sia cosi) perche' mi da questa risposta :

Parse error: parse error in c:\programmi\easyphp1-8\www\sito andrea\index.php on line 56

ecco il risultato del mio disatro ( il codice index)
credo che per voi siano banalita' :

<html>
<head>
<title>sito andrea</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel=stylesheet href="stile.css" type="text/css">

</head>

<body bgcolor="black">

<?php
if(isset($_GET['pag'])) {
$pagina = $_GET['pag'];
die();
?>

<script language="JavaScript">


<!--

if (navigator.appName == "Microsoft Internet Explorer"){
document.write('<BGSOUND SRC="m.mp3" LOOP=INFINITE>')}
else {
document.write('<EMBED src="m.mp3" WIDTH="0" HEIGHT="0" AUTOSTART="true" LOOP="false">')}

</script>

<table width="80%" border="0" align="center" valign="top" cellpadding="0" cellspacing="0">
<tr align="center" valign="top">
<td valign="top"colspan="2">
<span class="landrea2">
<? include("toppage.htm"); ?>
</span>
</td>
</tr>
<tr>
<td class="landrea">
<? include("sinistra.htm"); ?>

</td>
<td width="573" height="400"background="images/centrale.jpg">


<?php
if ($pagina=="contatti"){
require('contatti.htm');
}
?>
</td>

</tr>
</table>


</p>
</body>
</html>