document.write("") // accesses THEATRES.TXT database - list of theatres function THLinkedTheatreLogo(CodeSought) { PointAtTheatre(CodeSought) document.write("") document.write("") document.write("") } function THLinkToURL(CodeSought) { PointAtTheatre(CodeSought) document.write("") document.write(Theatres[pointer].url) document.write("") } function THLinkTo(CodeSought) { PointAtTheatre(CodeSought) document.write("") document.write(Theatres[pointer].name) document.write("") }