I am too new to programming on the net.
I have Milonic free version, just downloaded.

I have a normal HTML frames page. Say - Main PAge.
It has in within it 2 frames. Top and Bottom.
Now when there are HTML files being used, I insert the following on the pages that display in the bottom frame -
<script type="text/javascript" src="milonic_src.js"></script>
<div class=milonic><a href="http://milonic.com/">JavaScript Menu, DHTML Menu Powered By Milonic</a></div>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=mmenudom.js><\/scr"+"ipt>");
</script>
<script type="text/javascript" src="menu_data_body.js"></script>
This is fine.

Now I also have some PHP pages on my site.
How do I write the above code in my PHP page to be displayed in the Bottom Frame?

So please explain to me how to write the above javascript into the PHP document and where to insert the same.
Thank you very much!
