function externallink(newurl){
        aboutWin = window.open("","COEJLLink","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=450");
        aboutWin.document.write('<HTML><FRAMESET ROWS=50,* BORDER=2>');
        aboutWin.document.write('<FRAME NAME="COEJLtop" SRC="/coejltop.html" SCROLLING="NO">');
        aboutWin.document.write('<FRAME SRC="' + newurl + '" NAME="COEJLContent">');
        aboutWin.document.write('</FRAMESET><NOFRAMES><BODY></BODY></NOFRAMES></HTML>');
}