deine funktion Set_menu müsste also innerhalb des obersten frameset-dokumentes definiert sein - ist sie das?
hier mal den code vom frameset:
<frameset rows="15,*,15" frameborder="0" framespacing="0" border="0">
<frame src="detail.php?template=empty" name="blank_top" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
<frameset cols="*,1,948,1,*" frameborder="0" framespacing="0" border="0">
<frame src="detail.php?template=empty" name="blank_left" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
<frame src="detail.php?template=border" name="line_left" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
<frameset rows="1,148,*,74,1" frameborder="0" framespacing="0" border="0">
<frame src="detail.php?template=border" name="line_top" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
<frame src="detail.php?template=top" name="top" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
<frame src="detail.php?template=content" name="content" scrolling="auto" marginwidth="0" marginheight="0" noresize frameborder="0">
<frame src="detail.php?template=bottom" name="bottom" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
<frame src="detail.php?template=border" name="line_bottom" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
</frameset>
<frame src="detail.php?template=border" name="line_right" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
<frame src="detail.php?template=empty" name="blank_right" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
</frameset>
<frame src="detail.php?template=empty" name="blank_bottom" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0">
</frameset>
so, der javascript teil der ausgeführt werden soll ist im frame namens top definiert und der frame namens content, von dort aus soll die funktion aufgerufen werden, sprich content ruft eine funktion in top auf die eine veränderung in top herbeiführt...
sry, dass ich solange mit der antwort gebraucht hab mein inet war buggy und ich kam selten rein...