//
//	$Id: global_functions.js,v 1.1 2006/12/08 13:38:09 alex Exp $
//

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

