/*
------------------------------------------------------------------------------
 File Name      : windowEvent.js
 Title          : window °ü·Ã javascript 
 ------------------------------------------------------------------------------
 @author  Jung Hee Kyoung, charlie@jarsystems.co.kr
 @version   1.0, 4/7/2005
==============================================================================
     * history :
     *    DATE             AUTHOR                DESCRIPTION
     * ------------     -------------        -------------------
	 *  2005.4.7       Á¤  Èñ  °æ          Open  [open window]
------------------------------------------------------------------------------
 Copyright(c) 2005 JaRsystems,  All rights reserved.
*/

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);  
}
//open Window-->
