If you ever wonder how a website does something just lok at the code. The code from your example site is
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Worldgb.com</title>
<link REL="SHORTCUT ICON" HREF="gbcpoke.ico">
</head>
<frameset cols="3%,*" frameborder="0">
<frame src="menu.htm" name="menu" id="menu" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">
<frame name="corpo" src="corpo.htm" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0" noresize>
</frameset>
</body>
</html>