I need some help...please! I am not very good at "technical stuff." I tend to just wing it and see what happens. Anyway, I found a DHTML script for a pull-down menu and I have no idea how to integrate it into my site.

I already have the buttons at the top and I tried to take them out and insert the script instead, but the menu still did not show up, so I really don't know what to do.
Here's the code I already have on my site:
<!-- Navigation Bar --> <td align="right" valign="bottom">
<table bgcolor="#5a6f5a"
border="0" cellpadding="2" cellspacing="1" width="60%">
<tbody>
<tr>
<td class="navcell"
align="center" bgcolor="#9fac9f"><a href="index.html"
class="navlink style8">home</a></td>
<td class="navcell"
align="center" bgcolor="#6c856c"><a class="navlink"
href="http://www.infidelitycounseling.org/phpBB2/">talk</a></td>
<td class="navcell"
align="center" bgcolor="#6c856c"><a class="navlink"
href="resources.html">resources</a></td>
<td class="navcell"
align="center" bgcolor="#6c856c"><a class="navlink" href="pray.html">pray</a></td>
<td class="navcell"
align="center" bgcolor="#6c856c"><a href="faq.html"
class="navlink style3">faq</a></td>
<td class="navcell"
align="center" bgcolor="#6c856c"><a class="navlink" href="books.html">books</a></td>
<td class="navcell"
align="center" bgcolor="#6c856c"><a class="navlink" href="sitemap.html">map</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
Now here's the script I want to insert:
<script type="text/javascript" language="JavaScript1.2">
<!--
stm_bm(["ivvnair",400,"","blank.gif",0,"","",0,0,250,0,1000,1,0,0,""],this);
stm_bp("p0",[0,4,0,0,1,2,0,0,100,"",-2,"",-2,90,0,0,"#000000","#3399ff","",3,0,0,"#ffffff"]);
stm_ai("p0i0",[0,"Prather Productions ","","",-1,-1,0,"../../index.html","_self","","","","",0,0,0,"","",0,0,0,0,1,"#3399ff",0,"#3399ff" ,0,"","",3,3,0,0,"#ffffff","#ffffff","#ffffff","#ff0000","bold 8pt Arial","bold 8pt Arial",0,0]);
stm_aix("p0i1","p0i0",[0,"Services ","","",-1,-1,0,"../../services/index.html"]);
stm_bpx("p1","p0",[1,4,-5,2,0,1,0,0,100,"progid

XImageTransform.Microsoft.Wipe(GradientSize=1.0,wi peStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid

XImageTransfo rm.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Dur ation=0.60)",5,50,2,3,"#999999","#ffffff"]);
stm_aix("p1i0","p0i0",[0,"Web Hosting ","","",-1,-1,0,"../../services/hosting.html"]);
stm_aix("p1i1","p0i0",[0,"Search Engine Optimization","","",-1,-1,0,"../../services/search_engine.html"]);
stm_aix("p1i2","p0i0",[0,"Web Design and Development","","",-1,-1,0,"../../faq/type.asp?iType=26"]);
stm_ep();
stm_aix("p0i2","p0i0",[0,"Contact ","","",-1,-1,0,"../../contact/index.html","_self","","","","",0,0,0,"","",0,0,0,0,1,"#0099ff",0,"#0099ff" ,0,"","",3,3,0,0,"#edeae6 #666666 #666666 #edeae6","#edeae6 #666666 #666666 #edeae6"]);
stm_aix("p0i3","p0i0",[0,"Portfolio ","","",-1,-1,0,"../../portfolio/default.asp"]);
stm_bpx("p2","p1",[]);
stm_aix("p2i0","p0i0",[0,"Graphic Design ","","",-1,-1,0,"../../portfolio/type.asp?iType=30"]);
stm_aix("p2i1","p0i0",[0,"Web Design","","",-1,-1,0,"../../portfolio/type.asp?iType=29"]);
stm_ep();
stm_ep();
stm_em();
//-->
</script>
Glad there's some geek guru's out there who can help me!
