function InfoLink(dir, txt, target) { // dir: URL // txt: Hyperlinked text // target: 1 = _blank document.write('') } else { document.write('">') } document.write(txt) document.write('') } function InfoLinkExt(pone, ptwo, txt, target) { // pone, ptwo: p1, p2 querystring params // txt: Hyperlinked text // target: 1 = _blank document.write('') } else { document.write('">') } document.write(txt + '') }