/*
+------------------------------------------------------------------------------+
|   lightIRC - a plugin by Terence Theijn
|
|       Plugin Support Site: theijn.nl
|
|       For the e107 website system visit http://e107.org
|
|       Released under the terms and conditions of the
|       GNU General Public License (http://gnu.org).
+------------------------------------------------------------------------------+
*/

/*
IRC Popup
*/
function popirc() {
        ircwindow = window.open ("popirc.php", "irc", 'scrollbars=no,menubar=no,width=1000,height=750,resizable=no,toolbar=no,location=no,status=no');
        ircwindow.moveTo(0,0);
        window.location =("/");
}



