Frames and Flash 5

Hi I’ve used the tutorial on frames and flash and have been able to work out how to load pages from a small menu in the borderless top frame but I would like to add a small borderless frame at the bottom that would have row of flash buttons in a navigation bar that would load new pages where the main frame would be still keeping the top navigation bar. Im using Dreamweaver 4 and Flash 5.

The code for my frameset:

<frameset rows=“1,130,*” frameborder=“0” border=“0” framespacing=“0”>
</head>
<frameset frameborder=“0” border=“0” framespacing=“0”>
<head>
<frame src=“frameset.html”>
<frame name=“contents” scrolling=“NO” noresize src=“nav.html” target=“main”>
<frame name=“kirupa” src=“main.html” target="_self">

The code im using for the top navigation bar:

on (release) {
getURL (“main.html”, “kirupa”);
}
on (release) {
gotoAndPlay (1);
}

If anyone could help me that would be great.

Cheers,
Nick