function findinpsel() {document.find.find.focus();} function write_txt(a,b,c,d) {document.write(a+b+d+c);} function wr_tx3(a,b,c) {document.write(c+b+a);} function wr_tx4(a,b,c,d) {document.write(d+c+b+a);} function wr_em1(a,b,c,d,e) {document.write(e+d+'@'+c+b+'.'+a);} function wr_em2(a,b,c) {document.write(c+b+'@'+a);} function wr_url(a,b,c) {document.write(''+b+'<\/a>');} function DoConfirm(message, url) { if(confirm(message)) location.href = url; } function show(el) { var eel = document.getElementById(el); if (eel.style.display) { eel.style.display='' } else { eel.style.display='none' } } function wr_hi1() {document.write('<'+'sp'+'an'+' st'+'yle'+'='+'"dis'+'pla'+'y:'+'no'+'ne;'+'"'+'>');} function wr_hi2() {document.write('<'+'\/'+'sp'+'an'+'>');}