this would be in the head of the page with the toolbar:
<script language="javascript">
var Content="blank.htm";
function loadContentFrame()
{
{parent.FrameName.location.href=Content;}
}
</script>
this would be in the body:
ONCLICK="loadContentFrame()"
for each different page you would need a different variable, but you could set up an array to cut down on code.
--delerium--