function openPopup( file, features ) {
	imageWindow = window.open( file, '', features );
}
