// $Id: fckeditor.popup.js,v 1.1.4.1 2007/08/03 15:17:58 ontwerpwerk Exp $
function FCKeditor_OpenPopup( popupUrl )
{
	window.open( popupUrl, null, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=1,dependent=yes' );
}
