function ilk(newurl){
        aboutWin = window.open("","BehrmanImage","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=470");
        aboutWin.document.write('<HTML><FRAMESET ROWS=35,* BORDER=0>');
        aboutWin.document.write('<FRAME NAME="Behrmantop" SRC="http://www.behrmanhouse.com/cat/top.html" SCROLLING="NO">');
        aboutWin.document.write('<FRAME SRC="' + newurl + '" NAME="BEHRMANContent">');
        aboutWin.document.write('</FRAMESET><NOFRAMES><BODY></BODY></NOFRAMES></HTML>');
}