/*                                                         *\
   +------------------ e x t r a f i n ------------------+
   |                                                     |
   |   Project:   Extrafin EDU Suite                     |
   |      File:   global.js                              |
   |   Version:   2.6                                    |
   |   Created:   2003-08-22                             |
   |                                                     |
   +-----------------------------------------------------+
   |  Modified:   2004-03-02                             |
   +-----------------------------------------------------+
\*                                                         */



// vCard popup
function vCardWindow(theURL){
	window.open(theURL,"","width=600,height=330,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,alwaysRaised=yes")
}