/***********
    used by:
#########################################################################
##  Copyright © 2007 - Delorey Consulting Group - All Rights Reserved  ##
##  $Id: dcg_functions_header_footer.php, 2005-12-05 DCG $ client/includes/
#########################################################################
***********/

/***********
	function openMe
***********/
winName = "";
function openMe(winName,urlPath,width,height,top,left) {
	winName = winName;
	eval(winName + '= eval(\'window.open(urlPath,"\' + winName + \'","resizable=yes,scrollbars=yes,width=\' + width + \',height=\' + height + \',top=' + top + ',left=' + left + '")\')')
	eval('window.' + winName + '.focus()');
}
/**********************/
