
Код:
<html>
<head>
<title>OE</title>
</head>
<frameset rows="100,*" border="0">
<frame src="logo.html" name="tuda"/>
<frameset cols="20%,*">
<frame src="menu.html" />
<frame src="content_main.html" name="suda"/>
</frameset>
</html>

Код:
btn_mc.onRelease = function(){
getUrl("content.html", "suda");
}
попробуй с закрытыми тегами...