Hola, sml25.
Tu página de frames pondrías algo así:
<frameset rows="151,*,*"
onLoad="ini()" >
Y entre <head> y </head>
<script>
function ini() {
if (screen.width==800)
superior.location.href="uno.htm";
else
superior.location.href="dos.htm";
}
</script>
Saludos,