//
//	$Id: global_functions.js,v 1.1 2007/11/16 09:29:34 cvsco Exp $
//

function openWindow (url, params) {
	window.open (url, '', params);
}


