I don't have his templates but...
Open the rows.html and find <%title%>. Just before that you should see the <a href tag. it proabably looks something like:
Code:
<a href="detail.php?id=<%link_id%>"><%title%></a>
change it to
Code:
<a href="go.php?id=<%link_id%>" target="_parent"
onmouseout="window.status=''; return true;"
onmouseover="window.status='<%url%>'; return true;">
<%title%></a>
if you want, you can change the mouseover to <%title%> also. or delete the mouseover entirely.
the following could be used for the details
Code:
<a href="detail.php?id=<%link_id%>">Details</a>
you should do something similar in the sp_rows.html
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.