function openWindow( url, height, width ) {
	window.open( url, '', 'height=' + height + ', width=' + width +
	', scrollbars=no, menubar=no, resizable=yes, toolbar=no' +
	', location=no, status=no' );
}
