// -------------------------------------------------------------------------//
// FlashChat Who's Chatting - IPB 2.1.x Module                              //
// Version 4.2.3										    //
// -------------------------------------------------------------------------//
// Copyright (C) 2004 Jeff Klawiter	                                        //
// Copyright (C) 2005 Brian X                                               //
// http://www.j-maxx.net/scripts/flashchat                                  //  
// http://www.acnest.com/forums                             		    //
// -------------------------------------------------------------------------//
// This mod is free software; you can redistribute it and/or modify         //
// it under the terms of the GNU General Public License as published by     //
// the Free Software Foundation; either version 2 of the License, or        //
// (at your option) any later version.                                      //
// -------------------------------------------------------------------------//

//--------------------------------------------
// Set up Normal Popup for 1024x768 or larger
//--------------------------------------------

function flashchat_pop() { window.open('./chat','chat','width=600,height=500,resizable=yes,scrollbars=no'); }

//--------------------------------------------
// Set up Smaller Pop-up for smaller res.
//--------------------------------------------

function flashchat_mini_pop() { window.open('./chat','mini_chat','width=525,height=400,resizable=yes,scrollbars=no'); }

//--------------------------------------------
// Da End.
//--------------------------------------------