// Topframe rw 2005

function framechk() {
if (top.frames.length==0) topframe(); }

function topframe() {d=document;
w=window.location.href; f1=w.substr(w.lastIndexOf('/'));
f2=w.substr(0,(w.length-f1.length)); f=f2.substr(f2.lastIndexOf('/'))+f1;
d.write('<center><table border=1 bordercolor=green bgcolor=white cellpadding=5 cellspacing=0>');
d.write('<tr><td align=center><b style=color:red>');
d.write('This page is normally viewed within a frame<br>');
d.write('Click <a href=\"../indexnew.htm?'+f+'\">here</a> to rebuild the orginal frameset</b>'); 
d.write('</td></tr></table><br></center>'); }