--- loncom/interface/lonmenu.pm 2003/04/04 21:21:51 1.56 +++ loncom/interface/lonmenu.pm 2003/04/04 22:00:26 1.57 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.56 2003/04/04 21:21:51 www Exp $ +# $Id: lonmenu.pm,v 1.57 2003/04/04 22:00:26 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -714,6 +714,14 @@ function gocmd(url,cmd) { this.document.server.submit(); } } + +function catalog_info() { + loncatinfo=window.open(window.location.pathname+'.meta',"LONcatInfo",'height=320,width=280,resizeable=yes,location=no,menubar=no,toolbar=no'); +} + +function chat_win() { + lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizeable=yes,location=no,menubar=no,toolbar=no'); +} ENDUTILITY }