Salve a tutti.

Io ho un sito in cui ho dei vari frame che vi elenco qui

Codice PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<?php
include('../include/db_conn.php');
include(
'../include/license.php');
include(
'../include/session.php');
?>
<html>
<head>
<title>&lt;?php echo $gioco_ct; ?&gt;</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>



        <frameset rows="*" framespacing="0" frameborder="no" border="0">
        <frameset cols="801,*" framespacing="0" frameborder="no" border="0">
        <frameset rows="640,*" framespacing="0" frameborder="NO" border="0">
        <frameset cols="*" framespacing="0" frameborder="NO" border="0">
        <frame src="forum.php" name="main" scrolling="auto">
        </frameset>
        <frameset cols="*" framespacing="0" frameborder="NO" border="0">
        <frame src="menu02.php?id=1" name="menualto" scrolling="no">
          </frameset>
      </frameset>
        <frameset rows="200,*" framespacing="0" frameborder="NO" border="0">
        <frameset cols="*" framespacing="0" frameborder="NO" border="0">
        <frame src="location.php?id=1" name="location" scrolling="NO" noresize>
        </frameset>
        <frameset cols="*" framespacing="0" frameborder="NO" border="0">
        <frameset rows="193,*" framespacing="0" frameborder="NO" border="0">
        <frameset cols="*" framespacing="0" frameborder="NO" border="0">
        <frame src="menu_lat.php" name="menulat" scrolling="NO" noresize>
        </frameset>
        <frameset cols="*" framespacing="0" frameborder="NO" border="0">
        <frame src="new_arrives.php" name="arrives" scrolling="NO" noresize>
        </frameset>
        </frameset>
        </frameset>
        </frameset>
        </frameset>
    </frameset>
    <noframes>
    <body></body>
    </noframes>
</html>
Bene io ho bisogno di scambiare le posizioni dei frame, quello piccoli che si trovano a destra ho bisogno di portarli a sinistra e quello "perchè è uno che sarebbe quello più grande"collegato alla pagina forum.php di metterlo a destra.

Sperio di essere stato il più chiaro possibile e spero possiate aiutarmi
Ciao a tutti