more font size tweaks.
[citadel.git] / webcit / static / t / paging / now.html
1 <script type="text/javascript">
2  var oWin = window.open('static/instant_messenger.html', 
3  'CTDL_MESSENGER', 'width=700,height=400');     
4  if (oWin==null || typeof(oWin)=="undefined") {
5   PopUpFailed();
6  }
7 </script>